Html Css Color HEX #30BD87 Jungle Green

📋 copy color: '#30BD87'

red 48 ◦ green 189 ◦ blue 135

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

Shades of Jungle Green #30BD87

Tints of Jungle Green #30BD87

RGB

 RED value IS 48 (19.14% from 255) = 12.9%

 GREEN value IS 189 (74.22% from 255) = 50.81%

 BLUE value IS 135 (53.13% from 255) = 36.29%

R = 12.9%
G = 50.81%
B = 36.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#30BD87 (or 0x30BD87) is known color: Jungle Green. HEX triplet: 30, BD and 87. RGB value is (48,189,135). Sum of RGB (Red+Green+Blue) = 48+189+135=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BD87 is #CF4278. Grayscale: #8C8C8C. Windows color (decimal): -13582969 or 8895792. OLE color: 8895792.

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

Color convert

RGB 48 189 135 -
CMYK 0.75 0 0.29 0.26
HSL 157.02º 0.59% 0.46% -
HSV(B) 157.02º 0.75% 0.74% -
XYZ 23.79 38.77 29.15 -
YUV 140.69 124.79 61.89 -
System Red Green Blue C M Y K H S L
Decimal 48 189 135 0.75 0 0.29 0.26 157.02 0.59 0.46
Hex 30 BD 87 4B 0 1D 1A 9D 3B 2E
Octal 60 275 207 113 0 35 32 235 73 56
Binary 110000 10111101 10000111 1001011 0 11101 11010 10011101 111011 101110

Color Harmonies of #30BD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD87

Black with #30BD87

Text Example


Text Example

White with #30BD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30BD87;
 }
 .AnyTagClassName
 {
   color: #30BD87;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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