Html Css Color HEX #1CA119 Forest Green

📋 copy color: '#1CA119'

red 28 ◦ green 161 ◦ blue 25

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

Shades of Forest Green #1CA119

Tints of Forest Green #1CA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 75.23%

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

R = 13.08%
G = 75.23%
B = 11.68%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#1CA119 (or 0x1CA119) is known color: Forest Green. HEX triplet: 1C, A1 and 19. RGB value is (28,161,25). Sum of RGB (Red+Green+Blue) = 28+161+25=214 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.08% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA119 is #E35EE6. Grayscale: #6A6A6A. Windows color (decimal): -14900967 or 1679644. OLE color: 1679644.

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

Color convert

RGB 28 161 25 -
CMYK 0.83 0 0.84 0.37
HSL 118.68º 0.73% 0.36% -
HSV(B) 118.68º 0.84% 0.63% -
XYZ 13.4 25.81 5.19 -
YUV 105.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 28 161 25 0.83 0 0.84 0.37 118.68 0.73 0.36
Hex 1C A1 19 53 0 54 25 77 49 24
Octal 34 241 31 123 0 124 45 167 111 44
Binary 11100 10100001 11001 1010011 0 1010100 100101 1110111 1001001 100100

Color Harmonies of #1CA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA119

Black with #1CA119

Text Example


Text Example

White with #1CA119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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