Html Css Color HEX #1C7E0C Forest Green

📋 copy color: '#1C7E0C'

red 28 ◦ green 126 ◦ blue 12

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

Shades of Forest Green #1C7E0C

Tints of Forest Green #1C7E0C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 75.9%

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 16.87%
G = 75.9%
B = 7.23%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#1C7E0C (or 0x1C7E0C) is known color: Forest Green. HEX triplet: 1C, 7E and 0C. RGB value is (28,126,12). Sum of RGB (Red+Green+Blue) = 28+126+12=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 126 (49.61% from 255 or 75.90% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7E0C is #E381F3. Grayscale: #545454. Windows color (decimal): -14909940 or 818716. OLE color: 818716.

HSL color Cylindrical-coordinate representation of color #1C7E0C: hue angle of 111.58º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C7E0C is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 28 126 12 -
CMYK 0.78 0 0.90 0.51
HSL 111.58º 0.83% 0.27% -
HSV(B) 111.58º 0.9% 0.49% -
XYZ 8.01 15.2 2.86 -
YUV 83.7 87.53 88.27 -
System Red Green Blue C M Y K H S L
Decimal 28 126 12 0.78 0 0.90 0.51 111.58 0.83 0.27
Hex 1C 7E C 4E 0 5A 33 70 53 1B
Octal 34 176 14 116 0 132 63 160 123 33
Binary 11100 1111110 1100 1001110 0 1011010 110011 1110000 1010011 11011

Color Harmonies of #1C7E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7E0C

Black with #1C7E0C

Text Example


Text Example

White with #1C7E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,126,12); }

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

background-color css

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

 a { background-color: rgb(28,126,12); }

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

border-color css

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

 span { border-color: rgb(28,126,12); }

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