#1C7448

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

Shades of Dark Spring Green #1C7448

Tints of Dark Spring Green #1C7448

Color information

#1C7448 (or 0x1C7448) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 74 and 48. RGB value is (28,116,72). Sum of RGB (Red+Green+Blue) = 28+116+72=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #1C7448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7448 is #E38BB7. Grayscale: #545454. Windows color (decimal): -14912440 or 4748316. OLE color: 4748316.

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

Color convert

RGB2811672-
CMYK0.7600.380.55
HSL150º61.11%28.24%-
HSV(B)150º75.86%45.49%-
XYZ7.8913.218.26-
YUV84.67120.8587.58-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.96%
GREEN value IS 116 (45.70% from 255) = 53.70%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=12.96%
G=53.70%
B=33.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal28116720.7600.380.5515061.1128.24
Hex1C74484C02637963d1c
Octal34164110114046672267534
Binary1110011101001001000100110001001101101111001011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,116,72); }

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

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

 a { background-color: rgb(28,116,72); }

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

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

 span { border-color: rgb(28,116,72); }

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