Html Css Color HEX #1C704D Dark Spring Green

📋 copy color: '#1C704D'

red 28 ◦ green 112 ◦ blue 77

#1C704D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #1C704D

Tints of Dark Spring Green #1C704D

RGB

 RED value IS 28 (11.33% from 255) = 12.9%

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 77 (30.47% from 255) = 35.48%

R = 12.9%
G = 51.61%
B = 35.48%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#1C704D (or 0x1C704D) is known color: Dark Spring Green. HEX triplet: 1C, 70 and 4D. RGB value is (28,112,77). Sum of RGB (Red+Green+Blue) = 28+112+77=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #1C704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C704D is #E38FB2. Grayscale: #525252. Windows color (decimal): -14913459 or 5074972. OLE color: 5074972.

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

Color convert

RGB 28 112 77 -
CMYK 0.75 0 0.31 0.56
HSL 155º 0.6% 0.27% -
HSV(B) 155º 0.75% 0.44% -
XYZ 7.61 12.37 9.01 -
YUV 82.89 124.67 88.85 -
System Red Green Blue C M Y K H S L
Decimal 28 112 77 0.75 0 0.31 0.56 155 0.6 0.27
Hex 1C 70 4D 4B 0 1F 38 9B 3C 1B
Octal 34 160 115 113 0 37 70 233 74 33
Binary 11100 1110000 1001101 1001011 0 11111 111000 10011011 111100 11011

Color Harmonies of #1C704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C704D

Black with #1C704D

Text Example


Text Example

White with #1C704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,112,77); }

 H1.HeaderClassName
 {
   color: #1C704D;
 }
 .AnyTagClassName
 {
   color: #1C704D;
 }
</style>

background-color css

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

 a { background-color: rgb(28,112,77); }

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

border-color css

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

 span { border-color: rgb(28,112,77); }

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