Html Css Color HEX #1CA11D Forest Green

📋 copy color: '#1CA11D'

red 28 ◦ green 161 ◦ blue 29

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

Shades of Forest Green #1CA11D

Tints of Forest Green #1CA11D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 73.85%

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 12.84%
G = 73.85%
B = 13.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#1CA11D (or 0x1CA11D) is known color: Forest Green. HEX triplet: 1C, A1 and 1D. RGB value is (28,161,29). Sum of RGB (Red+Green+Blue) = 28+161+29=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 161 (63.28% from 255 or 73.85% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA11D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA11D is #E35EE2. Grayscale: #6A6A6A. Windows color (decimal): -14900963 or 1941788. OLE color: 1941788.

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

Color convert

RGB 28 161 29 -
CMYK 0.83 0 0.82 0.37
HSL 120.45º 0.7% 0.37% -
HSV(B) 120.45º 0.83% 0.63% -
XYZ 13.45 25.83 5.44 -
YUV 106.19 84.44 72.23 -
System Red Green Blue C M Y K H S L
Decimal 28 161 29 0.83 0 0.82 0.37 120.45 0.7 0.37
Hex 1C A1 1D 53 0 52 25 78 46 25
Octal 34 241 35 123 0 122 45 170 106 45
Binary 11100 10100001 11101 1010011 0 1010010 100101 1111000 1000110 100101

Color Harmonies of #1CA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA11D

Black with #1CA11D

Text Example


Text Example

White with #1CA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,161,29); }

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

background-color css

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

 a { background-color: rgb(28,161,29); }

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

border-color css

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

 span { border-color: rgb(28,161,29); }

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