Html Css Color HEX #30A87F Jungle Green

📋 copy color: '#30A87F'

red 48 ◦ green 168 ◦ blue 127

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

Shades of Jungle Green #30A87F

Tints of Jungle Green #30A87F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.98%

 BLUE value IS 127 (50% from 255) = 37.03%

R = 13.99%
G = 48.98%
B = 37.03%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#30A87F (or 0x30A87F) is known color: Jungle Green. HEX triplet: 30, A8 and 7F. RGB value is (48,168,127). Sum of RGB (Red+Green+Blue) = 48+168+127=343 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.99% from 343); Green value is 168 (66.02% from 255 or 48.98% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 168 - color contains mainly: green. Hex color #30A87F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A87F is #CF5780. Grayscale: #7F7F7F. Windows color (decimal): -13588353 or 8366128. OLE color: 8366128.

HSL color Cylindrical-coordinate representation of color #30A87F: hue angle of 159.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 #30A87F is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 168 127 -
CMYK 0.71 0 0.24 0.34
HSL 159.5º 0.56% 0.42% -
HSV(B) 159.5º 0.71% 0.66% -
XYZ 19.05 30.17 24.9 -
YUV 127.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 48 168 127 0.71 0 0.24 0.34 159.5 0.56 0.42
Hex 30 A8 7F 47 0 18 22 A0 38 2A
Octal 60 250 177 107 0 30 42 240 70 52
Binary 110000 10101000 1111111 1000111 0 11000 100010 10100000 111000 101010

Color Harmonies of #30A87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A87F

Black with #30A87F

Text Example


Text Example

White with #30A87F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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