Html Css Color HEX #1C7A10 Forest Green

📋 copy color: '#1C7A10'

red 28 ◦ green 122 ◦ blue 16

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

Shades of Forest Green #1C7A10

Tints of Forest Green #1C7A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 73.49%

 BLUE value IS 16 (6.64% from 255) = 9.64%

R = 16.87%
G = 73.49%
B = 9.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#1C7A10 (or 0x1C7A10) is known color: Forest Green. HEX triplet: 1C, 7A and 10. RGB value is (28,122,16). Sum of RGB (Red+Green+Blue) = 28+122+16=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 122 (48.05% from 255 or 73.49% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1C7A10 is #E385EF. Grayscale: #525252. Windows color (decimal): -14910960 or 1079836. OLE color: 1079836.

HSL color Cylindrical-coordinate representation of color #1C7A10: hue angle of 113.21º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C7A10 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 122 16 -
CMYK 0.77 0 0.87 0.52
HSL 113.21º 0.77% 0.27% -
HSV(B) 113.21º 0.87% 0.48% -
XYZ 7.53 14.2 2.83 -
YUV 81.81 90.86 89.62 -
System Red Green Blue C M Y K H S L
Decimal 28 122 16 0.77 0 0.87 0.52 113.21 0.77 0.27
Hex 1C 7A 10 4D 0 57 34 71 4D 1B
Octal 34 172 20 115 0 127 64 161 115 33
Binary 11100 1111010 10000 1001101 0 1010111 110100 1110001 1001101 11011

Color Harmonies of #1C7A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7A10

Black with #1C7A10

Text Example


Text Example

White with #1C7A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,122,16); }

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

background-color css

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

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

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

border-color css

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

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

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