Html Css Color HEX #1CA20F Forest Green

📋 copy color: '#1CA20F'

red 28 ◦ green 162 ◦ blue 15

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

Shades of Forest Green #1CA20F

Tints of Forest Green #1CA20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 13.66%
G = 79.02%
B = 7.32%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#1CA20F (or 0x1CA20F) is known color: Forest Green. HEX triplet: 1C, A2 and 0F. RGB value is (28,162,15). Sum of RGB (Red+Green+Blue) = 28+162+15=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 162 (63.67% from 255 or 79.02% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA20F is #E35DF0. Grayscale: #696969. Windows color (decimal): -14900721 or 1024540. OLE color: 1024540.

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

Color convert

RGB 28 162 15 -
CMYK 0.83 0 0.91 0.36
HSL 114.69º 0.83% 0.35% -
HSV(B) 114.69º 0.91% 0.64% -
XYZ 13.49 26.12 4.78 -
YUV 105.18 77.11 72.95 -
System Red Green Blue C M Y K H S L
Decimal 28 162 15 0.83 0 0.91 0.36 114.69 0.83 0.35
Hex 1C A2 F 53 0 5B 24 73 53 23
Octal 34 242 17 123 0 133 44 163 123 43
Binary 11100 10100010 1111 1010011 0 1011011 100100 1110011 1010011 100011

Color Harmonies of #1CA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA20F

Black with #1CA20F

Text Example


Text Example

White with #1CA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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