Html Css Color HEX #1C9B0C Forest Green

📋 copy color: '#1C9B0C'

red 28 ◦ green 155 ◦ blue 12

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

Shades of Forest Green #1C9B0C

Tints of Forest Green #1C9B0C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 79.49%

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

R = 14.36%
G = 79.49%
B = 6.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#1C9B0C (or 0x1C9B0C) is known color: Forest Green. HEX triplet: 1C, 9B and 0C. RGB value is (28,155,12). Sum of RGB (Red+Green+Blue) = 28+155+12=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 155 (60.94% from 255 or 79.49% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1C9B0C is #E364F3. Grayscale: #656565. Windows color (decimal): -14902516 or 826140. OLE color: 826140.

HSL color Cylindrical-coordinate representation of color #1C9B0C: hue angle of 113.29º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C9B0C is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 28 155 12 -
CMYK 0.82 0 0.92 0.39
HSL 113.29º 0.86% 0.33% -
HSV(B) 113.29º 0.92% 0.61% -
XYZ 12.27 23.72 4.28 -
YUV 100.73 77.92 76.13 -
System Red Green Blue C M Y K H S L
Decimal 28 155 12 0.82 0 0.92 0.39 113.29 0.86 0.33
Hex 1C 9B C 52 0 5C 27 71 56 21
Octal 34 233 14 122 0 134 47 161 126 41
Binary 11100 10011011 1100 1010010 0 1011100 100111 1110001 1010110 100001

Color Harmonies of #1C9B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C9B0C

Black with #1C9B0C

Text Example


Text Example

White with #1C9B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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