#30BB87

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

Shades of Jungle Green #30BB87

Tints of Jungle Green #30BB87

Color information

#30BB87 (or 0x30BB87) is unknown color: approx Jungle Green. HEX triplet: 30, BB and 87. RGB value is (48,187,135). Sum of RGB (Red+Green+Blue) = 48+187+135=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #30BB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BB87 is #CF4478. Grayscale: #8B8B8B. Windows color (decimal): -13583481 or 8895280. OLE color: 8895280.

HSL color Cylindrical-coordinate representation of color #30BB87: hue angle of 157.55º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BB87 is Cyan = 0.74, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB48187135-
CMYK0.7400.280.27
HSL157.55º59.15%46.08%-
HSV(B)157.55º74.33%73.33%-
XYZ23.3637.9229.01-
YUV139.51125.4562.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.97%
GREEN value IS 187 (73.44% from 255) = 50.54%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=12.97%
G=50.54%
B=36.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal481871350.7400.280.27157.5559.1546.08
Hex30BB874A01C1B9e3b2e
Octal60273207112034332367356
Binary110000101110111000011110010100111001101110011110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,187,135); }

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

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

 a { background-color: rgb(48,187,135); }

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

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

 span { border-color: rgb(48,187,135); }

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