Html Css Color HEX #30A677 Jungle Green

📋 copy color: '#30A677'

red 48 ◦ green 166 ◦ blue 119

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

Shades of Jungle Green #30A677

Tints of Jungle Green #30A677

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.85%

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

R = 14.41%
G = 49.85%
B = 35.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#30A677 (or 0x30A677) is known color: Jungle Green. HEX triplet: 30, A6 and 77. RGB value is (48,166,119). Sum of RGB (Red+Green+Blue) = 48+166+119=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 166 (65.23% from 255 or 49.85% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 166 - color contains mainly: green. Hex color #30A677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A677 is #CF5988. Grayscale: #7D7D7D. Windows color (decimal): -13588873 or 7841328. OLE color: 7841328.

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

Color convert

RGB 48 166 119 -
CMYK 0.71 0 0.28 0.35
HSL 156.1º 0.55% 0.42% -
HSV(B) 156.1º 0.71% 0.65% -
XYZ 18.18 29.23 22.14 -
YUV 125.36 124.41 72.82 -
System Red Green Blue C M Y K H S L
Decimal 48 166 119 0.71 0 0.28 0.35 156.1 0.55 0.42
Hex 30 A6 77 47 0 1C 23 9C 37 2A
Octal 60 246 167 107 0 34 43 234 67 52
Binary 110000 10100110 1110111 1000111 0 11100 100011 10011100 110111 101010

Color Harmonies of #30A677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A677

Black with #30A677

Text Example


Text Example

White with #30A677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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