#30B78E

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

Shades of Jungle Green #30B78E

Tints of Jungle Green #30B78E

Color information

#30B78E (or 0x30B78E) is unknown color: approx Jungle Green. HEX triplet: 30, B7 and 8E. RGB value is (48,183,142). Sum of RGB (Red+Green+Blue) = 48+183+142=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #30B78E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B78E is #CF4871. Grayscale: #898989. Windows color (decimal): -13584498 or 9353008. OLE color: 9353008.

HSL color Cylindrical-coordinate representation of color #30B78E: hue angle of 161.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B78E is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB48183142-
CMYK0.7400.220.28
HSL161.78º58.44%45.29%-
HSV(B)161.78º73.77%71.76%-
XYZ23.0336.4531.41-
YUV137.96130.2763.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.87%
GREEN value IS 183 (71.88% from 255) = 49.06%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=12.87%
G=49.06%
B=38.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831420.7400.220.28161.7858.4445.29
Hex30B78E4A0161Ca23a2d
Octal60267216112026342427255
Binary110000101101111000111010010100101101110010100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,183,142); }

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

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

 a { background-color: rgb(48,183,142); }

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

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

 span { border-color: rgb(48,183,142); }

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