Html Css Color HEX #1C7E13 Forest Green

📋 copy color: '#1C7E13'

red 28 ◦ green 126 ◦ blue 19

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

Shades of Forest Green #1C7E13

Tints of Forest Green #1C7E13

RGB

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

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

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

R = 16.18%
G = 72.83%
B = 10.98%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#1C7E13 (or 0x1C7E13) is known color: Forest Green. HEX triplet: 1C, 7E and 13. RGB value is (28,126,19). Sum of RGB (Red+Green+Blue) = 28+126+19=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 126 (49.61% from 255 or 72.83% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 126 - color contains mainly: green. Hex color #1C7E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7E13 is #E381EC. Grayscale: #545454. Windows color (decimal): -14909933 or 1277468. OLE color: 1277468.

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

Color convert

RGB 28 126 19 -
CMYK 0.78 0 0.85 0.51
HSL 114.95º 0.74% 0.28% -
HSV(B) 114.95º 0.85% 0.49% -
XYZ 8.06 15.22 3.13 -
YUV 84.5 91.03 87.7 -
System Red Green Blue C M Y K H S L
Decimal 28 126 19 0.78 0 0.85 0.51 114.95 0.74 0.28
Hex 1C 7E 13 4E 0 55 33 73 4A 1C
Octal 34 176 23 116 0 125 63 163 112 34
Binary 11100 1111110 10011 1001110 0 1010101 110011 1110011 1001010 11100

Color Harmonies of #1C7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7E13

Black with #1C7E13

Text Example


Text Example

White with #1C7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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