Html Css Color HEX #1CA02F Forest Green

📋 copy color: '#1CA02F'

red 28 ◦ green 160 ◦ blue 47

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

Shades of Forest Green #1CA02F

Tints of Forest Green #1CA02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20%

R = 11.91%
G = 68.09%
B = 20%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#1CA02F (or 0x1CA02F) is known color: Forest Green. HEX triplet: 1C, A0 and 2F. RGB value is (28,160,47). Sum of RGB (Red+Green+Blue) = 28+160+47=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 160 (62.89% from 255 or 68.09% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 160 - color contains mainly: green. Hex color #1CA02F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CA02F is #E35FD0. Grayscale: #6B6B6B. Windows color (decimal): -14901201 or 3121180. OLE color: 3121180.

HSL color Cylindrical-coordinate representation of color #1CA02F: hue angle of 128.64º 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 #1CA02F is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 160 47 -
CMYK 0.82 0 0.71 0.37
HSL 128.64º 0.7% 0.37% -
HSV(B) 128.64º 0.83% 0.63% -
XYZ 13.56 25.59 6.91 -
YUV 107.65 93.77 71.19 -
System Red Green Blue C M Y K H S L
Decimal 28 160 47 0.82 0 0.71 0.37 128.64 0.7 0.37
Hex 1C A0 2F 52 0 47 25 81 46 25
Octal 34 240 57 122 0 107 45 201 106 45
Binary 11100 10100000 101111 1010010 0 1000111 100101 10000001 1000110 100101

Color Harmonies of #1CA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA02F

Black with #1CA02F

Text Example


Text Example

White with #1CA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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