Html Css Color HEX #30A979 Jungle Green

📋 copy color: '#30A979'

red 48 ◦ green 169 ◦ blue 121

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

Shades of Jungle Green #30A979

Tints of Jungle Green #30A979

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50%

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 14.2%
G = 50%
B = 35.8%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#30A979 (or 0x30A979) is known color: Jungle Green. HEX triplet: 30, A9 and 79. RGB value is (48,169,121). Sum of RGB (Red+Green+Blue) = 48+169+121=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #30A979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A979 is #CF5686. Grayscale: #7F7F7F. Windows color (decimal): -13588103 or 7973168. OLE color: 7973168.

HSL color Cylindrical-coordinate representation of color #30A979: hue angle of 156.2º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A979 is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 169 121 -
CMYK 0.72 0 0.28 0.34
HSL 156.2º 0.56% 0.43% -
HSV(B) 156.2º 0.72% 0.66% -
XYZ 18.86 30.38 22.96 -
YUV 127.35 124.41 71.4 -
System Red Green Blue C M Y K H S L
Decimal 48 169 121 0.72 0 0.28 0.34 156.2 0.56 0.43
Hex 30 A9 79 48 0 1C 22 9C 38 2B
Octal 60 251 171 110 0 34 42 234 70 53
Binary 110000 10101001 1111001 1001000 0 11100 100010 10011100 111000 101011

Color Harmonies of #30A979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A979

Black with #30A979

Text Example


Text Example

White with #30A979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,169,121); }

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

background-color css

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

 a { background-color: rgb(48,169,121); }

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

border-color css

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

 span { border-color: rgb(48,169,121); }

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