#1C714B

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

Shades of Dark Spring Green #1C714B

Tints of Dark Spring Green #1C714B

Color information

#1C714B (or 0x1C714B) is unknown color: approx Dark Spring Green. HEX triplet: 1C, 71 and 4B. RGB value is (28,113,75). Sum of RGB (Red+Green+Blue) = 28+113+75=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #1C714B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C714B is #E38EB4. Grayscale: #535353. Windows color (decimal): -14913205 or 4944156. OLE color: 4944156.

HSL color Cylindrical-coordinate representation of color #1C714B: hue angle of 153.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C714B is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB2811375-
CMYK0.7500.340.56
HSL153.18º60.28%27.65%-
HSV(B)153.18º75.22%44.31%-
XYZ7.6512.578.68-
YUV83.25123.3488.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.96%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=12.96%
G=52.31%
B=34.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28113750.7500.340.56153.1860.2827.65
Hex1C714B4B02238993c1c
Octal34161113113042702317434
Binary1110011100011001011100101101000101110001001100111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C714B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,113,75); }

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

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

 a { background-color: rgb(28,113,75); }

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

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

 span { border-color: rgb(28,113,75); }

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