Html Css Color HEX #1C750E Forest Green

📋 copy color: '#1C750E'

red 28 ◦ green 117 ◦ blue 14

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

Shades of Forest Green #1C750E

Tints of Forest Green #1C750E

RGB

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

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

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

R = 17.61%
G = 73.58%
B = 8.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#1C750E (or 0x1C750E) is known color: Forest Green. HEX triplet: 1C, 75 and 0E. RGB value is (28,117,14). Sum of RGB (Red+Green+Blue) = 28+117+14=159 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.61% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #1C750E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C750E is #E38AF1. Grayscale: #4E4E4E. Windows color (decimal): -14912242 or 947484. OLE color: 947484.

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

Color convert

RGB 28 117 14 -
CMYK 0.76 0 0.88 0.54
HSL 111.84º 0.79% 0.26% -
HSV(B) 111.84º 0.88% 0.46% -
XYZ 6.92 13 2.56 -
YUV 78.65 91.51 91.88 -
System Red Green Blue C M Y K H S L
Decimal 28 117 14 0.76 0 0.88 0.54 111.84 0.79 0.26
Hex 1C 75 E 4C 0 58 36 70 4F 1A
Octal 34 165 16 114 0 130 66 160 117 32
Binary 11100 1110101 1110 1001100 0 1011000 110110 1110000 1001111 11010

Color Harmonies of #1C750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C750E

Black with #1C750E

Text Example


Text Example

White with #1C750E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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