Html Css Color HEX #1CA314 Forest Green

📋 copy color: '#1CA314'

red 28 ◦ green 163 ◦ blue 20

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

Shades of Forest Green #1CA314

Tints of Forest Green #1CA314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 13.27%
G = 77.25%
B = 9.48%

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

#1CA314 (or 0x1CA314) is known color: Forest Green. HEX triplet: 1C, A3 and 14. RGB value is (28,163,20). Sum of RGB (Red+Green+Blue) = 28+163+20=211 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.27% from 211); Green value is 163 (64.06% from 255 or 77.25% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1CA314 is #E35CEB. Grayscale: #6A6A6A. Windows color (decimal): -14900460 or 1352476. OLE color: 1352476.

HSL color Cylindrical-coordinate representation of color #1CA314: hue angle of 116.64º degrees, saturation: 0.78, 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 #1CA314 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 28 163 20 -
CMYK 0.83 0 0.88 0.36
HSL 116.64º 0.78% 0.36% -
HSV(B) 116.64º 0.88% 0.64% -
XYZ 13.7 26.49 5.05 -
YUV 106.33 79.27 72.13 -
System Red Green Blue C M Y K H S L
Decimal 28 163 20 0.83 0 0.88 0.36 116.64 0.78 0.36
Hex 1C A3 14 53 0 58 24 75 4E 24
Octal 34 243 24 123 0 130 44 165 116 44
Binary 11100 10100011 10100 1010011 0 1011000 100100 1110101 1001110 100100

Color Harmonies of #1CA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA314

Black with #1CA314

Text Example


Text Example

White with #1CA314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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