Html Css Color HEX #1C714B Dark Spring Green

📋 copy color: '#1C714B'

red 28 ◦ green 113 ◦ blue 75

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

Shades of Dark Spring Green #1C714B

Tints of Dark Spring Green #1C714B

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 value IS 0.75

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#1C714B (or 0x1C714B) is known color: 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

RGB 28 113 75 -
CMYK 0.75 0 0.34 0.56
HSL 153.18º 0.6% 0.28% -
HSV(B) 153.18º 0.75% 0.44% -
XYZ 7.65 12.57 8.68 -
YUV 83.25 123.34 88.59 -
System Red Green Blue C M Y K H S L
Decimal 28 113 75 0.75 0 0.34 0.56 153.18 0.6 0.28
Hex 1C 71 4B 4B 0 22 38 99 3C 1C
Octal 34 161 113 113 0 42 70 231 74 34
Binary 11100 1110001 1001011 1001011 0 100010 111000 10011001 111100 11100

Color Harmonies of #1C714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C714B

Black with #1C714B

Text Example


Text Example

White with #1C714B

Text Example


Text Example

HTML Codes & Css Web 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>