Html Css Color HEX #1CA20D Forest Green

📋 copy color: '#1CA20D'

red 28 ◦ green 162 ◦ blue 13

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

Shades of Forest Green #1CA20D

Tints of Forest Green #1CA20D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 79.8%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 13.79%
G = 79.8%
B = 6.4%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#1CA20D (or 0x1CA20D) is known color: Forest Green. HEX triplet: 1C, A2 and 0D. RGB value is (28,162,13). Sum of RGB (Red+Green+Blue) = 28+162+13=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA20D is #E35DF2. Grayscale: #696969. Windows color (decimal): -14900723 or 893468. OLE color: 893468.

HSL color Cylindrical-coordinate representation of color #1CA20D: hue angle of 113.96º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1CA20D is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 162 13 -
CMYK 0.83 0 0.92 0.36
HSL 113.96º 0.85% 0.34% -
HSV(B) 113.96º 0.92% 0.64% -
XYZ 13.47 26.12 4.71 -
YUV 104.95 76.11 73.12 -
System Red Green Blue C M Y K H S L
Decimal 28 162 13 0.83 0 0.92 0.36 113.96 0.85 0.34
Hex 1C A2 D 53 0 5C 24 72 55 22
Octal 34 242 15 123 0 134 44 162 125 42
Binary 11100 10100010 1101 1010011 0 1011100 100100 1110010 1010101 100010

Color Harmonies of #1CA20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA20D

Black with #1CA20D

Text Example


Text Example

White with #1CA20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,162,13); }

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

background-color css

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

 a { background-color: rgb(28,162,13); }

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

border-color css

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

 span { border-color: rgb(28,162,13); }

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