Html Css Color HEX #1C714C Dark Spring Green

📋 copy color: '#1C714C'

red 28 ◦ green 113 ◦ blue 76

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

Shades of Dark Spring Green #1C714C

Tints of Dark Spring Green #1C714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 76 (30.08% from 255) = 35.02%

R = 12.9%
G = 52.07%
B = 35.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#1C714C (or 0x1C714C) is known color: Dark Spring Green. HEX triplet: 1C, 71 and 4C. RGB value is (28,113,76). Sum of RGB (Red+Green+Blue) = 28+113+76=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #1C714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C714C is #E38EB3. Grayscale: #535353. Windows color (decimal): -14913204 or 5009692. OLE color: 5009692.

HSL color Cylindrical-coordinate representation of color #1C714C: hue angle of 153.88º 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 #1C714C is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 113 76 -
CMYK 0.75 0 0.33 0.56
HSL 153.88º 0.6% 0.28% -
HSV(B) 153.88º 0.75% 0.44% -
XYZ 7.69 12.58 8.86 -
YUV 83.37 123.84 88.51 -
System Red Green Blue C M Y K H S L
Decimal 28 113 76 0.75 0 0.33 0.56 153.88 0.6 0.28
Hex 1C 71 4C 4B 0 21 38 9A 3C 1C
Octal 34 161 114 113 0 41 70 232 74 34
Binary 11100 1110001 1001100 1001011 0 100001 111000 10011010 111100 11100

Color Harmonies of #1C714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C714C

Black with #1C714C

Text Example


Text Example

White with #1C714C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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