Html Css Color HEX #1CA217 Forest Green

📋 copy color: '#1CA217'

red 28 ◦ green 162 ◦ blue 23

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

Shades of Forest Green #1CA217

Tints of Forest Green #1CA217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 13.15%
G = 76.06%
B = 10.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#1CA217 (or 0x1CA217) is known color: Forest Green. HEX triplet: 1C, A2 and 17. RGB value is (28,162,23). Sum of RGB (Red+Green+Blue) = 28+162+23=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 162 (63.67% from 255 or 76.06% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA217 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA217 is #E35DE8. Grayscale: #6A6A6A. Windows color (decimal): -14900713 or 1548828. OLE color: 1548828.

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

Color convert

RGB 28 162 23 -
CMYK 0.83 0 0.86 0.36
HSL 117.84º 0.75% 0.36% -
HSV(B) 117.84º 0.86% 0.64% -
XYZ 13.55 26.15 5.14 -
YUV 106.09 81.11 72.3 -
System Red Green Blue C M Y K H S L
Decimal 28 162 23 0.83 0 0.86 0.36 117.84 0.75 0.36
Hex 1C A2 17 53 0 56 24 76 4B 24
Octal 34 242 27 123 0 126 44 166 113 44
Binary 11100 10100010 10111 1010011 0 1010110 100100 1110110 1001011 100100

Color Harmonies of #1CA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA217

Black with #1CA217

Text Example


Text Example

White with #1CA217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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