Html Css Color HEX #207144 Dark Spring Green

📋 copy color: '#207144'

red 32 ◦ green 113 ◦ blue 68

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

Shades of Dark Spring Green #207144

Tints of Dark Spring Green #207144

RGB

 RED value IS 32 (12.89% from 255) = 15.02%

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

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

R = 15.02%
G = 53.05%
B = 31.92%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#207144 (or 0x207144) is known color: Dark Spring Green. HEX triplet: 20, 71 and 44. RGB value is (32,113,68). Sum of RGB (Red+Green+Blue) = 32+113+68=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #207144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207144 is #DF8EBB. Grayscale: #535353. Windows color (decimal): -14651068 or 4485408. OLE color: 4485408.

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

Color convert

RGB 32 113 68 -
CMYK 0.72 0 0.40 0.56
HSL 146.67º 0.56% 0.28% -
HSV(B) 146.67º 0.72% 0.44% -
XYZ 7.54 12.53 7.49 -
YUV 83.65 119.16 91.16 -
System Red Green Blue C M Y K H S L
Decimal 32 113 68 0.72 0 0.40 0.56 146.67 0.56 0.28
Hex 20 71 44 48 0 28 38 93 38 1C
Octal 40 161 104 110 0 50 70 223 70 34
Binary 100000 1110001 1000100 1001000 0 101000 111000 10010011 111000 11100

Color Harmonies of #207144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207144

Black with #207144

Text Example


Text Example

White with #207144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207144; }

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

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

background-color css

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

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

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

border-color css

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

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

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