Html Css Color HEX #30A477 Jungle Green

📋 copy color: '#30A477'

red 48 ◦ green 164 ◦ blue 119

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

Shades of Jungle Green #30A477

Tints of Jungle Green #30A477

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.55%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 14.5%
G = 49.55%
B = 35.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#30A477 (or 0x30A477) is known color: Jungle Green. HEX triplet: 30, A4 and 77. RGB value is (48,164,119). Sum of RGB (Red+Green+Blue) = 48+164+119=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #30A477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A477 is #CF5B88. Grayscale: #7C7C7C. Windows color (decimal): -13589385 or 7840816. OLE color: 7840816.

HSL color Cylindrical-coordinate representation of color #30A477: hue angle of 156.72º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A477 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 164 119 -
CMYK 0.71 0 0.27 0.36
HSL 156.72º 0.55% 0.42% -
HSV(B) 156.72º 0.71% 0.64% -
XYZ 17.82 28.51 22.02 -
YUV 124.19 125.07 73.66 -
System Red Green Blue C M Y K H S L
Decimal 48 164 119 0.71 0 0.27 0.36 156.72 0.55 0.42
Hex 30 A4 77 47 0 1B 24 9D 37 2A
Octal 60 244 167 107 0 33 44 235 67 52
Binary 110000 10100100 1110111 1000111 0 11011 100100 10011101 110111 101010

Color Harmonies of #30A477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A477

Black with #30A477

Text Example


Text Example

White with #30A477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,164,119); }

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

background-color css

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

 a { background-color: rgb(48,164,119); }

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

border-color css

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

 span { border-color: rgb(48,164,119); }

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