Html Css Color HEX #30BB87 Jungle Green

📋 copy color: '#30BB87'

red 48 ◦ green 187 ◦ blue 135

#30BB87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #30BB87

Tints of Jungle Green #30BB87

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.13% from 255) = 36.49%

R = 12.97%
G = 50.54%
B = 36.49%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#30BB87 (or 0x30BB87) is known color: 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

RGB 48 187 135 -
CMYK 0.74 0 0.28 0.27
HSL 157.55º 0.59% 0.46% -
HSV(B) 157.55º 0.74% 0.73% -
XYZ 23.36 37.92 29.01 -
YUV 139.51 125.45 62.73 -
System Red Green Blue C M Y K H S L
Decimal 48 187 135 0.74 0 0.28 0.27 157.55 0.59 0.46
Hex 30 BB 87 4A 0 1C 1B 9E 3B 2E
Octal 60 273 207 112 0 34 33 236 73 56
Binary 110000 10111011 10000111 1001010 0 11100 11011 10011110 111011 101110

Color Harmonies of #30BB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BB87

Black with #30BB87

Text Example


Text Example

White with #30BB87

Text Example


Text Example

HTML Codes & Css Web 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>