Html Css Color HEX #217144 Dark Spring Green

📋 copy color: '#217144'

red 33 ◦ green 113 ◦ blue 68

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

Shades of Dark Spring Green #217144

Tints of Dark Spring Green #217144

RGB

 RED value IS 33 (13.28% from 255) = 15.42%

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

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 15.42%
G = 52.8%
B = 31.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#217144 (or 0x217144) is known color: Dark Spring Green. HEX triplet: 21, 71 and 44. RGB value is (33,113,68). Sum of RGB (Red+Green+Blue) = 33+113+68=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #217144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217144 is #DE8EBB. Grayscale: #545454. Windows color (decimal): -14585532 or 4485409. OLE color: 4485409.

HSL color Cylindrical-coordinate representation of color #217144: hue angle of 146.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217144 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 33 113 68 -
CMYK 0.71 0 0.40 0.56
HSL 146.25º 0.55% 0.29% -
HSV(B) 146.25º 0.71% 0.44% -
XYZ 7.58 12.55 7.49 -
YUV 83.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 33 113 68 0.71 0 0.40 0.56 146.25 0.55 0.29
Hex 21 71 44 47 0 28 38 92 37 1D
Octal 41 161 104 107 0 50 70 222 67 35
Binary 100001 1110001 1000100 1000111 0 101000 111000 10010010 110111 11101

Color Harmonies of #217144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217144

Black with #217144

Text Example


Text Example

White with #217144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217144; }

 p { color: rgb(33,113,68); }

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

background-color css

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

 a { background-color: rgb(33,113,68); }

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

border-color css

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

 span { border-color: rgb(33,113,68); }

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