#1C7C2B

Color #1C7C2B Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #1C7C2B

Tints of Forest Green #1C7C2B

Color information

#1C7C2B (or 0x1C7C2B) is unknown color: approx Forest Green. HEX triplet: 1C, 7C and 2B. RGB value is (28,124,43). Sum of RGB (Red+Green+Blue) = 28+124+43=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #1C7C2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7C2B is #E383D4. Grayscale: #565656. Windows color (decimal): -14910421 or 2849820. OLE color: 2849820.

HSL color Cylindrical-coordinate representation of color #1C7C2B: hue angle of 129.38º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7C2B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB2812443-
CMYK0.7700.650.51
HSL129.38º63.16%29.8%-
HSV(B)129.38º77.42%48.63%-
XYZ8.1214.844.72-
YUV86.06103.786.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 124 (48.83% from 255) = 63.59%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=14.36%
G=63.59%
B=22.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28124430.7700.650.51129.3863.1629.8
Hex1C7C2B4D04133813f1e
Octal34174531150101632017736
Binary1110011111001010111001101010000011100111000000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,124,43); }

 H1.HeaderClassName
 {
   color: #1C7C2B;
 }
 .AnyTagClassName
 {
   color: #1C7C2B;
 }
</style>
background-color css

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

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

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

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

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

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