#30AB7E

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

Shades of Jungle Green #30AB7E

Tints of Jungle Green #30AB7E

Color information

#30AB7E (or 0x30AB7E) is unknown color: approx Jungle Green. HEX triplet: 30, AB and 7E. RGB value is (48,171,126). Sum of RGB (Red+Green+Blue) = 48+171+126=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30AB7E is #CF5481. Grayscale: #818181. Windows color (decimal): -13587586 or 8301360. OLE color: 8301360.

HSL color Cylindrical-coordinate representation of color #30AB7E: hue angle of 158.05º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AB7E is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB48171126-
CMYK0.7200.260.33
HSL158.05º56.16%42.94%-
HSV(B)158.05º71.93%67.06%-
XYZ19.5531.2624.74-
YUV129.09126.2570.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.91%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=13.91%
G=49.57%
B=36.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481711260.7200.260.33158.0556.1642.94
Hex30AB7E4801A219e382b
Octal60253176110032412367053
Binary110000101010111111110100100001101010000110011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,171,126); }

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

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

 a { background-color: rgb(48,171,126); }

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

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

 span { border-color: rgb(48,171,126); }

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