Html Css Color HEX #207348 Dark Spring Green

📋 copy color: '#207348'

red 32 ◦ green 115 ◦ blue 72

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

Shades of Dark Spring Green #207348

Tints of Dark Spring Green #207348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.51%

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

R = 14.61%
G = 52.51%
B = 32.88%

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

#207348 (or 0x207348) is known color: Dark Spring Green. HEX triplet: 20, 73 and 48. RGB value is (32,115,72). Sum of RGB (Red+Green+Blue) = 32+115+72=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #207348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207348 is #DF8CB7. Grayscale: #555555. Windows color (decimal): -14650552 or 4748064. OLE color: 4748064.

HSL color Cylindrical-coordinate representation of color #207348: hue angle of 148.92º 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 #207348 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 115 72 -
CMYK 0.72 0 0.37 0.55
HSL 148.92º 0.56% 0.29% -
HSV(B) 148.92º 0.72% 0.45% -
XYZ 7.9 13.04 8.23 -
YUV 85.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 32 115 72 0.72 0 0.37 0.55 148.92 0.56 0.29
Hex 20 73 48 48 0 25 37 95 38 1D
Octal 40 163 110 110 0 45 67 225 70 35
Binary 100000 1110011 1001000 1001000 0 100101 110111 10010101 111000 11101

Color Harmonies of #207348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207348

Black with #207348

Text Example


Text Example

White with #207348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207348; }

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

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

background-color css

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

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

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

border-color css

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

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

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