#30A87B

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

Shades of Jungle Green #30A87B

Tints of Jungle Green #30A87B

Color information

#30A87B (or 0x30A87B) is unknown color: approx Jungle Green. HEX triplet: 30, A8 and 7B. RGB value is (48,168,123). Sum of RGB (Red+Green+Blue) = 48+168+123=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #30A87B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A87B is #CF5784. Grayscale: #7F7F7F. Windows color (decimal): -13588357 or 8103984. OLE color: 8103984.

HSL color Cylindrical-coordinate representation of color #30A87B: hue angle of 157.5º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A87B is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB48168123-
CMYK0.7100.270.34
HSL157.5º55.56%42.35%-
HSV(B)157.5º71.43%65.88%-
XYZ18.830.0623.55-
YUV126.99125.7471.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 168 (66.02% from 255) = 49.56%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=14.16%
G=49.56%
B=36.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal481681230.7100.270.34157.555.5642.35
Hex30A87B4701B229e382a
Octal60250173107033422367052
Binary110000101010001111011100011101101110001010011110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A87B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,168,123); }

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

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

 a { background-color: rgb(48,168,123); }

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

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

 span { border-color: rgb(48,168,123); }

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