#30A67D

Color #30A67D Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #30A67D

Tints of Jungle Green #30A67D

Color information

#30A67D (or 0x30A67D) is unknown color: approx Jungle Green. HEX triplet: 30, A6 and 7D. RGB value is (48,166,125). Sum of RGB (Red+Green+Blue) = 48+166+125=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 166 (65.23% from 255 or 48.97% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 166 - color contains mainly: green. Hex color #30A67D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A67D is #CF5982. Grayscale: #7E7E7E. Windows color (decimal): -13588867 or 8234544. OLE color: 8234544.

HSL color Cylindrical-coordinate representation of color #30A67D: hue angle of 159.15º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A67D is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB48166125-
CMYK0.7100.250.35
HSL159.15º55.14%41.96%-
HSV(B)159.15º71.08%65.1%-
XYZ18.5629.3824.1-
YUV126.04127.4172.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 166 (65.23% from 255) = 48.97%
BLUE value IS 125 (49.22% from 255) = 36.87%
R=14.16%
G=48.97%
B=36.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal481661250.7100.250.35159.1555.1441.96
Hex30A67D47019239f372a
Octal60246175107031432376752
Binary110000101001101111101100011101100110001110011111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A67D; }

 p { color: rgb(48,166,125); }

 H1.HeaderClassName
 {
   color: #30A67D;
 }
 .AnyTagClassName
 {
   color: #30A67D;
 }
</style>
background-color css

<style>
 a { background-color: #30A67D; }

 a { background-color: rgb(48,166,125); }

 div.DivClassName
 {
   background-color: #30A67D;
 }
 .BgClassName
 {
   background-color: #30A67D;
 }
</style>
border-color css

<style>
 span { border-color: #30A67D; }

 span { border-color: rgb(48,166,125); }

 td.TdClassName
 {
   border-color: #30A67D;
 }
 .TagClassName
 {
   border-color: #30A67D;
 }
</style>