Html Css Color HEX #1CA513 Forest Green

📋 copy color: '#1CA513'

red 28 ◦ green 165 ◦ blue 19

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

Shades of Forest Green #1CA513

Tints of Forest Green #1CA513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 13.21%
G = 77.83%
B = 8.96%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#1CA513 (or 0x1CA513) is known color: Forest Green. HEX triplet: 1C, A5 and 13. RGB value is (28,165,19). Sum of RGB (Red+Green+Blue) = 28+165+19=212 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.21% from 212); Green value is 165 (64.84% from 255 or 77.83% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA513 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA513 is #E35AEC. Grayscale: #6B6B6B. Windows color (decimal): -14899949 or 1287452. OLE color: 1287452.

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

Color convert

RGB 28 165 19 -
CMYK 0.83 0 0.88 0.35
HSL 116.3º 0.79% 0.36% -
HSV(B) 116.3º 0.88% 0.65% -
XYZ 14.05 27.2 5.13 -
YUV 107.39 78.11 71.37 -
System Red Green Blue C M Y K H S L
Decimal 28 165 19 0.83 0 0.88 0.35 116.3 0.79 0.36
Hex 1C A5 13 53 0 58 23 74 4F 24
Octal 34 245 23 123 0 130 43 164 117 44
Binary 11100 10100101 10011 1010011 0 1011000 100011 1110100 1001111 100100

Color Harmonies of #1CA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA513

Black with #1CA513

Text Example


Text Example

White with #1CA513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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