Html Css Color HEX #1C930C Forest Green

📋 copy color: '#1C930C'

red 28 ◦ green 147 ◦ blue 12

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

Shades of Forest Green #1C930C

Tints of Forest Green #1C930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 78.61%

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

R = 14.97%
G = 78.61%
B = 6.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#1C930C (or 0x1C930C) is known color: Forest Green. HEX triplet: 1C, 93 and 0C. RGB value is (28,147,12). Sum of RGB (Red+Green+Blue) = 28+147+12=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 147 (57.81% from 255 or 78.61% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 147 - color contains mainly: green. Hex color #1C930C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C930C is #E36CF3. Grayscale: #606060. Windows color (decimal): -14904564 or 824092. OLE color: 824092.

HSL color Cylindrical-coordinate representation of color #1C930C: hue angle of 112.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C930C is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 28 147 12 -
CMYK 0.81 0 0.92 0.42
HSL 112.89º 0.85% 0.31% -
HSV(B) 112.89º 0.92% 0.58% -
XYZ 10.98 21.14 3.85 -
YUV 96.03 80.58 79.48 -
System Red Green Blue C M Y K H S L
Decimal 28 147 12 0.81 0 0.92 0.42 112.89 0.85 0.31
Hex 1C 93 C 51 0 5C 2A 71 55 1F
Octal 34 223 14 121 0 134 52 161 125 37
Binary 11100 10010011 1100 1010001 0 1011100 101010 1110001 1010101 11111

Color Harmonies of #1C930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C930C

Black with #1C930C

Text Example


Text Example

White with #1C930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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