#30B78C

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

Shades of Jungle Green #30B78C

Tints of Jungle Green #30B78C

Color information

#30B78C (or 0x30B78C) is unknown color: approx Jungle Green. HEX triplet: 30, B7 and 8C. RGB value is (48,183,140). Sum of RGB (Red+Green+Blue) = 48+183+140=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #30B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B78C is #CF4873. Grayscale: #898989. Windows color (decimal): -13584500 or 9221936. OLE color: 9221936.

HSL color Cylindrical-coordinate representation of color #30B78C: hue angle of 160.89º 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 #30B78C is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB48183140-
CMYK0.7400.230.28
HSL160.89º58.44%45.29%-
HSV(B)160.89º73.77%71.76%-
XYZ22.8936.3930.63-
YUV137.73129.2764-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.94%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=12.94%
G=49.33%
B=37.74%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831400.7400.230.28160.8958.4445.29
Hex30B78C4A0171Ca13a2d
Octal60267214112027342417255
Binary110000101101111000110010010100101111110010100001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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