#30AB8A

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

Shades of Jungle Green #30AB8A

Tints of Jungle Green #30AB8A

Color information

#30AB8A (or 0x30AB8A) is unknown color: approx Jungle Green. HEX triplet: 30, AB and 8A. RGB value is (48,171,138). Sum of RGB (Red+Green+Blue) = 48+171+138=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AB8A is #CF5475. Grayscale: #828282. Windows color (decimal): -13587574 or 9087792. OLE color: 9087792.

HSL color Cylindrical-coordinate representation of color #30AB8A: hue angle of 163.9º 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 #30AB8A is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB48171138-
CMYK0.7200.190.33
HSL163.9º56.16%42.94%-
HSV(B)163.9º71.93%67.06%-
XYZ20.3731.5929.07-
YUV130.46132.2569.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 171 (67.19% from 255) = 47.90%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=13.45%
G=47.90%
B=38.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481711380.7200.190.33163.956.1642.94
Hex30AB8A4801321a4382b
Octal60253212110023412447053
Binary1100001010101110001010100100001001110000110100100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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