Html Css Color HEX #30AD87 Jungle Green

📋 copy color: '#30AD87'

red 48 ◦ green 173 ◦ blue 135

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

Shades of Jungle Green #30AD87

Tints of Jungle Green #30AD87

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.6%

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

R = 13.48%
G = 48.6%
B = 37.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#30AD87 (or 0x30AD87) is known color: Jungle Green. HEX triplet: 30, AD and 87. RGB value is (48,173,135). Sum of RGB (Red+Green+Blue) = 48+173+135=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30AD87 is #CF5278. Grayscale: #838383. Windows color (decimal): -13587065 or 8891696. OLE color: 8891696.

HSL color Cylindrical-coordinate representation of color #30AD87: hue angle of 161.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30AD87 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 173 135 -
CMYK 0.72 0 0.22 0.32
HSL 161.76º 0.57% 0.43% -
HSV(B) 161.76º 0.72% 0.68% -
XYZ 20.54 32.26 28.07 -
YUV 131.29 130.09 68.59 -
System Red Green Blue C M Y K H S L
Decimal 48 173 135 0.72 0 0.22 0.32 161.76 0.57 0.43
Hex 30 AD 87 48 0 16 20 A2 39 2B
Octal 60 255 207 110 0 26 40 242 71 53
Binary 110000 10101101 10000111 1001000 0 10110 100000 10100010 111001 101011

Color Harmonies of #30AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30AD87

Black with #30AD87

Text Example


Text Example

White with #30AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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