#30B790

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

Shades of Jungle Green #30B790

Tints of Jungle Green #30B790

Color information

#30B790 (or 0x30B790) is unknown color: approx Jungle Green. HEX triplet: 30, B7 and 90. RGB value is (48,183,144). Sum of RGB (Red+Green+Blue) = 48+183+144=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #30B790 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B790 is #CF486F. Grayscale: #8A8A8A. Windows color (decimal): -13584496 or 9484080. OLE color: 9484080.

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

Color convert

RGB48183144-
CMYK0.7400.210.28
HSL162.67º58.44%45.29%-
HSV(B)162.67º73.77%71.76%-
XYZ23.1936.5132.21-
YUV138.19131.2763.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.8%
GREEN value IS 183 (71.88% from 255) = 48.8%
BLUE value IS 144 (56.64% from 255) = 38.4%
R=12.8%
G=48.8%
B=38.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831440.7400.210.28162.6758.4445.29
Hex30B7904A0151Ca33a2d
Octal60267220112025342437255
Binary110000101101111001000010010100101011110010100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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