Html Css Color HEX #1C8313 Forest Green

📋 copy color: '#1C8313'

red 28 ◦ green 131 ◦ blue 19

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

Shades of Forest Green #1C8313

Tints of Forest Green #1C8313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 73.6%

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

R = 15.73%
G = 73.6%
B = 10.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#1C8313 (or 0x1C8313) is known color: Forest Green. HEX triplet: 1C, 83 and 13. RGB value is (28,131,19). Sum of RGB (Red+Green+Blue) = 28+131+19=178 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.73% from 178); Green value is 131 (51.56% from 255 or 73.60% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 131 - color contains mainly: green. Hex color #1C8313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C8313 is #E37CEC. Grayscale: #575757. Windows color (decimal): -14908653 or 1278748. OLE color: 1278748.

HSL color Cylindrical-coordinate representation of color #1C8313: hue angle of 115.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C8313 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 28 131 19 -
CMYK 0.79 0 0.85 0.49
HSL 115.18º 0.75% 0.29% -
HSV(B) 115.18º 0.85% 0.51% -
XYZ 8.71 16.53 3.35 -
YUV 87.44 89.38 85.61 -
System Red Green Blue C M Y K H S L
Decimal 28 131 19 0.79 0 0.85 0.49 115.18 0.75 0.29
Hex 1C 83 13 4F 0 55 31 73 4B 1D
Octal 34 203 23 117 0 125 61 163 113 35
Binary 11100 10000011 10011 1001111 0 1010101 110001 1110011 1001011 11101

Color Harmonies of #1C8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8313

Black with #1C8313

Text Example


Text Example

White with #1C8313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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