Html Css Color HEX #1C7115 Forest Green

📋 copy color: '#1C7115'

red 28 ◦ green 113 ◦ blue 21

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

Shades of Forest Green #1C7115

Tints of Forest Green #1C7115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 69.75%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 17.28%
G = 69.75%
B = 12.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#1C7115 (or 0x1C7115) is known color: Forest Green. HEX triplet: 1C, 71 and 15. RGB value is (28,113,21). Sum of RGB (Red+Green+Blue) = 28+113+21=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 113 (44.53% from 255 or 69.75% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 113 - color contains mainly: green. Hex color #1C7115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7115 is #E38EEA. Grayscale: #4D4D4D. Windows color (decimal): -14913259 or 1405212. OLE color: 1405212.

HSL color Cylindrical-coordinate representation of color #1C7115: hue angle of 115.43º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C7115 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 21 -
CMYK 0.75 0 0.81 0.56
HSL 115.43º 0.69% 0.26% -
HSV(B) 115.43º 0.81% 0.44% -
XYZ 6.52 12.11 2.7 -
YUV 77.1 96.34 92.98 -
System Red Green Blue C M Y K H S L
Decimal 28 113 21 0.75 0 0.81 0.56 115.43 0.69 0.26
Hex 1C 71 15 4B 0 51 38 73 45 1A
Octal 34 161 25 113 0 121 70 163 105 32
Binary 11100 1110001 10101 1001011 0 1010001 111000 1110011 1000101 11010

Color Harmonies of #1C7115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7115

Black with #1C7115

Text Example


Text Example

White with #1C7115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,113,21); }

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

background-color css

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

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

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

border-color css

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

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

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