Html Css Color HEX #1CA613 Forest Green

📋 copy color: '#1CA613'

red 28 ◦ green 166 ◦ blue 19

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

Shades of Forest Green #1CA613

Tints of Forest Green #1CA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 77.93%

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

R = 13.15%
G = 77.93%
B = 8.92%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#1CA613 (or 0x1CA613) is known color: Forest Green. HEX triplet: 1C, A6 and 13. RGB value is (28,166,19). Sum of RGB (Red+Green+Blue) = 28+166+19=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 166 (65.23% from 255 or 77.93% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 166 - color contains mainly: green. Hex color #1CA613 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA613 is #E359EC. Grayscale: #6C6C6C. Windows color (decimal): -14899693 or 1287708. OLE color: 1287708.

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

Color convert

RGB 28 166 19 -
CMYK 0.83 0 0.89 0.35
HSL 116.33º 0.79% 0.36% -
HSV(B) 116.33º 0.89% 0.65% -
XYZ 14.23 27.57 5.19 -
YUV 107.98 77.78 70.95 -
System Red Green Blue C M Y K H S L
Decimal 28 166 19 0.83 0 0.89 0.35 116.33 0.79 0.36
Hex 1C A6 13 53 0 59 23 74 4F 24
Octal 34 246 23 123 0 131 43 164 117 44
Binary 11100 10100110 10011 1010011 0 1011001 100011 1110100 1001111 100100

Color Harmonies of #1CA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA613

Black with #1CA613

Text Example


Text Example

White with #1CA613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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