#1C7B46

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

Shades of Dark Spring Green #1C7B46

Tints of Dark Spring Green #1C7B46

Color information

#1C7B46 (or 0x1C7B46) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 7B and 46. RGB value is (28,123,70). Sum of RGB (Red+Green+Blue) = 28+123+70=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #1C7B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7B46 is #E384B9. Grayscale: #585858. Windows color (decimal): -14910650 or 4619036. OLE color: 4619036.

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

Color convert

RGB2812370-
CMYK0.7700.430.52
HSL146.53º62.91%29.61%-
HSV(B)146.53º77.24%48.24%-
XYZ8.6714.858.2-
YUV88.55117.5384.81-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.67%
GREEN value IS 123 (48.44% from 255) = 55.66%
BLUE value IS 70 (27.73% from 255) = 31.67%
R=12.67%
G=55.66%
B=31.67%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal28123700.7700.430.52146.5362.9129.61
Hex1C7B464D02B34933f1e
Octal34173106115053642237736
Binary1110011110111000110100110101010111101001001001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C7B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,123,70); }

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

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

 a { background-color: rgb(28,123,70); }

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

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

 span { border-color: rgb(28,123,70); }

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