Html Css Color HEX #1C751C Forest Green

📋 copy color: '#1C751C'

red 28 ◦ green 117 ◦ blue 28

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

Shades of Forest Green #1C751C

Tints of Forest Green #1C751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.63%

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

R = 16.18%
G = 67.63%
B = 16.18%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#1C751C (or 0x1C751C) is known color: Forest Green. HEX triplet: 1C, 75 and 1C. RGB value is (28,117,28). Sum of RGB (Red+Green+Blue) = 28+117+28=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 117 (46.09% from 255 or 67.63% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 117 - color contains mainly: green. Hex color #1C751C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C751C is #E38AE3. Grayscale: #505050. Windows color (decimal): -14912228 or 1864988. OLE color: 1864988.

HSL color Cylindrical-coordinate representation of color #1C751C: hue angle of 120º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C751C is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 28 -
CMYK 0.76 0 0.76 0.54
HSL 120º 0.61% 0.28% -
HSV(B) 120º 0.76% 0.46% -
XYZ 7.05 13.05 3.25 -
YUV 80.24 98.51 90.74 -
System Red Green Blue C M Y K H S L
Decimal 28 117 28 0.76 0 0.76 0.54 120 0.61 0.28
Hex 1C 75 1C 4C 0 4C 36 78 3D 1C
Octal 34 165 34 114 0 114 66 170 75 34
Binary 11100 1110101 11100 1001100 0 1001100 110110 1111000 111101 11100

Color Harmonies of #1C751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C751C

Black with #1C751C

Text Example


Text Example

White with #1C751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,28); }

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

background-color css

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

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

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

border-color css

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

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

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