Html Css Color HEX #1CA311 Forest Green

📋 copy color: '#1CA311'

red 28 ◦ green 163 ◦ blue 17

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

Shades of Forest Green #1CA311

Tints of Forest Green #1CA311

RGB

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

 GREEN value IS 163 (64.06% from 255) = 78.37%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 13.46%
G = 78.37%
B = 8.17%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#1CA311 (or 0x1CA311) is known color: Forest Green. HEX triplet: 1C, A3 and 11. RGB value is (28,163,17). Sum of RGB (Red+Green+Blue) = 28+163+17=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 163 (64.06% from 255 or 78.37% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA311 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA311 is #E35CEE. Grayscale: #6A6A6A. Windows color (decimal): -14900463 or 1155868. OLE color: 1155868.

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

Color convert

RGB 28 163 17 -
CMYK 0.83 0 0.90 0.36
HSL 115.48º 0.81% 0.35% -
HSV(B) 115.48º 0.9% 0.64% -
XYZ 13.68 26.48 4.92 -
YUV 105.99 77.77 72.37 -
System Red Green Blue C M Y K H S L
Decimal 28 163 17 0.83 0 0.90 0.36 115.48 0.81 0.35
Hex 1C A3 11 53 0 5A 24 73 51 23
Octal 34 243 21 123 0 132 44 163 121 43
Binary 11100 10100011 10001 1010011 0 1011010 100100 1110011 1010001 100011

Color Harmonies of #1CA311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA311

Black with #1CA311

Text Example


Text Example

White with #1CA311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,163,17); }

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

background-color css

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

 a { background-color: rgb(28,163,17); }

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

border-color css

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

 span { border-color: rgb(28,163,17); }

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