#1C7242

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

Shades of Dark Spring Green #1C7242

Tints of Dark Spring Green #1C7242

Color information

#1C7242 (or 0x1C7242) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 72 and 42. RGB value is (28,114,66). Sum of RGB (Red+Green+Blue) = 28+114+66=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #1C7242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7242 is #E38DBD. Grayscale: #525252. Windows color (decimal): -14912958 or 4354588. OLE color: 4354588.

HSL color Cylindrical-coordinate representation of color #1C7242: hue angle of 146.51º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C7242 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB2811466-
CMYK0.7500.420.55
HSL146.51º60.56%27.84%-
HSV(B)146.51º75.44%44.71%-
XYZ7.4812.677.21-
YUV82.81118.5188.9-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.46%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 66 (26.17% from 255) = 31.73%
R=13.46%
G=54.81%
B=31.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28114660.7500.420.55146.5160.5627.84
Hex1C72424B02A37933d1c
Octal34162102113052672237534
Binary1110011100101000010100101101010101101111001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,114,66); }

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

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

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

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

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

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

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