Html Css Color HEX #1C920E Forest Green

📋 copy color: '#1C920E'

red 28 ◦ green 146 ◦ blue 14

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

Shades of Forest Green #1C920E

Tints of Forest Green #1C920E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 77.66%

 BLUE value IS 14 (5.86% from 255) = 7.45%

R = 14.89%
G = 77.66%
B = 7.45%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#1C920E (or 0x1C920E) is known color: Forest Green. HEX triplet: 1C, 92 and 0E. RGB value is (28,146,14). Sum of RGB (Red+Green+Blue) = 28+146+14=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 146 (57.42% from 255 or 77.66% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 146 - color contains mainly: green. Hex color #1C920E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C920E is #E36DF1. Grayscale: #606060. Windows color (decimal): -14904818 or 954908. OLE color: 954908.

HSL color Cylindrical-coordinate representation of color #1C920E: hue angle of 113.64º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C920E is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 28 146 14 -
CMYK 0.81 0 0.90 0.43
HSL 113.64º 0.83% 0.31% -
HSV(B) 113.64º 0.9% 0.57% -
XYZ 10.84 20.84 3.87 -
YUV 95.67 81.91 79.73 -
System Red Green Blue C M Y K H S L
Decimal 28 146 14 0.81 0 0.90 0.43 113.64 0.83 0.31
Hex 1C 92 E 51 0 5A 2B 72 52 1F
Octal 34 222 16 121 0 132 53 162 122 37
Binary 11100 10010010 1110 1010001 0 1011010 101011 1110010 1010010 11111

Color Harmonies of #1C920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C920E

Black with #1C920E

Text Example


Text Example

White with #1C920E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,146,14); }

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

background-color css

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

 a { background-color: rgb(28,146,14); }

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

border-color css

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

 span { border-color: rgb(28,146,14); }

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