Html Css Color HEX #1CA077 Jungle Green

📋 copy color: '#1CA077'

red 28 ◦ green 160 ◦ blue 119

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

Shades of Jungle Green #1CA077

Tints of Jungle Green #1CA077

RGB

 RED value IS 28 (11.33% from 255) = 9.12%

 GREEN value IS 160 (62.89% from 255) = 52.12%

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

R = 9.12%
G = 52.12%
B = 38.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#1CA077 (or 0x1CA077) is known color: Jungle Green. HEX triplet: 1C, A0 and 77. RGB value is (28,160,119). Sum of RGB (Red+Green+Blue) = 28+160+119=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA077 is #E35F88. Grayscale: #737373. Windows color (decimal): -14901129 or 7839772. OLE color: 7839772.

HSL color Cylindrical-coordinate representation of color #1CA077: hue angle of 161.36º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1CA077 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 160 119 -
CMYK 0.82 0 0.26 0.37
HSL 161.36º 0.7% 0.37% -
HSV(B) 161.36º 0.83% 0.63% -
XYZ 16.38 26.72 21.75 -
YUV 115.86 129.77 65.33 -
System Red Green Blue C M Y K H S L
Decimal 28 160 119 0.82 0 0.26 0.37 161.36 0.7 0.37
Hex 1C A0 77 52 0 1A 25 A1 46 25
Octal 34 240 167 122 0 32 45 241 106 45
Binary 11100 10100000 1110111 1010010 0 11010 100101 10100001 1000110 100101

Color Harmonies of #1CA077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA077

Black with #1CA077

Text Example


Text Example

White with #1CA077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1CA077; }

 p { color: rgb(28,160,119); }

 H1.HeaderClassName
 {
   color: #1CA077;
 }
 .AnyTagClassName
 {
   color: #1CA077;
 }
</style>

background-color css

<style>
 a { background-color: #1CA077; }

 a { background-color: rgb(28,160,119); }

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

border-color css

<style>
 span { border-color: #1CA077; }

 span { border-color: rgb(28,160,119); }

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