Html Css Color HEX #1C714A Dark Spring Green

📋 copy color: '#1C714A'

red 28 ◦ green 113 ◦ blue 74

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

Shades of Dark Spring Green #1C714A

Tints of Dark Spring Green #1C714A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 13.02%
G = 52.56%
B = 34.42%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#1C714A (or 0x1C714A) is known color: Dark Spring Green. HEX triplet: 1C, 71 and 4A. RGB value is (28,113,74). Sum of RGB (Red+Green+Blue) = 28+113+74=215 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.02% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #1C714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C714A is #E38EB5. Grayscale: #535353. Windows color (decimal): -14913206 or 4878620. OLE color: 4878620.

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

Color convert

RGB 28 113 74 -
CMYK 0.75 0 0.35 0.56
HSL 152.47º 0.6% 0.28% -
HSV(B) 152.47º 0.75% 0.44% -
XYZ 7.62 12.55 8.5 -
YUV 83.14 122.84 88.67 -
System Red Green Blue C M Y K H S L
Decimal 28 113 74 0.75 0 0.35 0.56 152.47 0.6 0.28
Hex 1C 71 4A 4B 0 23 38 98 3C 1C
Octal 34 161 112 113 0 43 70 230 74 34
Binary 11100 1110001 1001010 1001011 0 100011 111000 10011000 111100 11100

Color Harmonies of #1C714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C714A

Black with #1C714A

Text Example


Text Example

White with #1C714A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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