Html Css Color HEX #207248 Dark Spring Green

📋 copy color: '#207248'

red 32 ◦ green 114 ◦ blue 72

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

Shades of Dark Spring Green #207248

Tints of Dark Spring Green #207248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

 BLUE value IS 72 (28.52% from 255) = 33.03%

R = 14.68%
G = 52.29%
B = 33.03%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#207248 (or 0x207248) is known color: Dark Spring Green. HEX triplet: 20, 72 and 48. RGB value is (32,114,72). Sum of RGB (Red+Green+Blue) = 32+114+72=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #207248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207248 is #DF8DB7. Grayscale: #545454. Windows color (decimal): -14650808 or 4747808. OLE color: 4747808.

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

Color convert

RGB 32 114 72 -
CMYK 0.72 0 0.37 0.55
HSL 149.27º 0.56% 0.29% -
HSV(B) 149.27º 0.72% 0.45% -
XYZ 7.78 12.81 8.19 -
YUV 84.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 32 114 72 0.72 0 0.37 0.55 149.27 0.56 0.29
Hex 20 72 48 48 0 25 37 95 38 1D
Octal 40 162 110 110 0 45 67 225 70 35
Binary 100000 1110010 1001000 1001000 0 100101 110111 10010101 111000 11101

Color Harmonies of #207248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207248

Black with #207248

Text Example


Text Example

White with #207248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207248; }

 p { color: rgb(32,114,72); }

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

background-color css

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

 a { background-color: rgb(32,114,72); }

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

border-color css

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

 span { border-color: rgb(32,114,72); }

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