Html Css Color HEX #1C7540 Dark Spring Green

📋 copy color: '#1C7540'

red 28 ◦ green 117 ◦ blue 64

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

Shades of Dark Spring Green #1C7540

Tints of Dark Spring Green #1C7540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 55.98%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 13.4%
G = 55.98%
B = 30.62%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#1C7540 (or 0x1C7540) is known color: Dark Spring Green. HEX triplet: 1C, 75 and 40. RGB value is (28,117,64). Sum of RGB (Red+Green+Blue) = 28+117+64=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #1C7540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C7540 is #E38ABF. Grayscale: #545454. Windows color (decimal): -14912192 or 4224284. OLE color: 4224284.

HSL color Cylindrical-coordinate representation of color #1C7540: hue angle of 144.27º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C7540 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 28 117 64 -
CMYK 0.76 0 0.45 0.54
HSL 144.27º 0.61% 0.28% -
HSV(B) 144.27º 0.76% 0.46% -
XYZ 7.77 13.34 7.02 -
YUV 84.35 116.51 87.81 -
System Red Green Blue C M Y K H S L
Decimal 28 117 64 0.76 0 0.45 0.54 144.27 0.61 0.28
Hex 1C 75 40 4C 0 2D 36 90 3D 1C
Octal 34 165 100 114 0 55 66 220 75 34
Binary 11100 1110101 1000000 1001100 0 101101 110110 10010000 111101 11100

Color Harmonies of #1C7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7540

Black with #1C7540

Text Example


Text Example

White with #1C7540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,117,64); }

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

background-color css

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

 a { background-color: rgb(28,117,64); }

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

border-color css

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

 span { border-color: rgb(28,117,64); }

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