Html Css Color HEX #1CA519 Forest Green

📋 copy color: '#1CA519'

red 28 ◦ green 165 ◦ blue 25

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

Shades of Forest Green #1CA519

Tints of Forest Green #1CA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 75.69%

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

R = 12.84%
G = 75.69%
B = 11.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#1CA519 (or 0x1CA519) is known color: Forest Green. HEX triplet: 1C, A5 and 19. RGB value is (28,165,25). Sum of RGB (Red+Green+Blue) = 28+165+25=218 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.84% from 218); Green value is 165 (64.84% from 255 or 75.69% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA519 is #E35AE6. Grayscale: #6C6C6C. Windows color (decimal): -14899943 or 1680668. OLE color: 1680668.

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

Color convert

RGB 28 165 25 -
CMYK 0.83 0 0.85 0.35
HSL 118.71º 0.74% 0.37% -
HSV(B) 118.71º 0.85% 0.65% -
XYZ 14.11 27.23 5.43 -
YUV 108.08 81.11 70.88 -
System Red Green Blue C M Y K H S L
Decimal 28 165 25 0.83 0 0.85 0.35 118.71 0.74 0.37
Hex 1C A5 19 53 0 55 23 77 4A 25
Octal 34 245 31 123 0 125 43 167 112 45
Binary 11100 10100101 11001 1010011 0 1010101 100011 1110111 1001010 100101

Color Harmonies of #1CA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA519

Black with #1CA519

Text Example


Text Example

White with #1CA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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