Html Css Color HEX #1CA219 Forest Green

📋 copy color: '#1CA219'

red 28 ◦ green 162 ◦ blue 25

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

Shades of Forest Green #1CA219

Tints of Forest Green #1CA219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.63%

R = 13.02%
G = 75.35%
B = 11.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#1CA219 (or 0x1CA219) is known color: Forest Green. HEX triplet: 1C, A2 and 19. RGB value is (28,162,25). Sum of RGB (Red+Green+Blue) = 28+162+25=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 162 (63.67% from 255 or 75.35% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 162 - color contains mainly: green. Hex color #1CA219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA219 is #E35DE6. Grayscale: #6A6A6A. Windows color (decimal): -14900711 or 1679900. OLE color: 1679900.

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

Color convert

RGB 28 162 25 -
CMYK 0.83 0 0.85 0.36
HSL 118.69º 0.73% 0.37% -
HSV(B) 118.69º 0.85% 0.64% -
XYZ 13.57 26.16 5.25 -
YUV 106.32 82.11 72.14 -
System Red Green Blue C M Y K H S L
Decimal 28 162 25 0.83 0 0.85 0.36 118.69 0.73 0.37
Hex 1C A2 19 53 0 55 24 77 49 25
Octal 34 242 31 123 0 125 44 167 111 45
Binary 11100 10100010 11001 1010011 0 1010101 100100 1110111 1001001 100101

Color Harmonies of #1CA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA219

Black with #1CA219

Text Example


Text Example

White with #1CA219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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