Html Css Color HEX #1CA413 Forest Green

📋 copy color: '#1CA413'

red 28 ◦ green 164 ◦ blue 19

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

Shades of Forest Green #1CA413

Tints of Forest Green #1CA413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 77.73%

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

R = 13.27%
G = 77.73%
B = 9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#1CA413 (or 0x1CA413) is known color: Forest Green. HEX triplet: 1C, A4 and 13. RGB value is (28,164,19). Sum of RGB (Red+Green+Blue) = 28+164+19=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 164 (64.45% from 255 or 77.73% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA413 is #E35BEC. Grayscale: #6B6B6B. Windows color (decimal): -14900205 or 1287196. OLE color: 1287196.

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

Color convert

RGB 28 164 19 -
CMYK 0.83 0 0.88 0.36
HSL 116.28º 0.79% 0.36% -
HSV(B) 116.28º 0.88% 0.64% -
XYZ 13.87 26.84 5.07 -
YUV 106.81 78.44 71.79 -
System Red Green Blue C M Y K H S L
Decimal 28 164 19 0.83 0 0.88 0.36 116.28 0.79 0.36
Hex 1C A4 13 53 0 58 24 74 4F 24
Octal 34 244 23 123 0 130 44 164 117 44
Binary 11100 10100100 10011 1010011 0 1011000 100100 1110100 1001111 100100

Color Harmonies of #1CA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA413

Black with #1CA413

Text Example


Text Example

White with #1CA413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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