Html Css Color HEX #207246 Dark Spring Green

📋 copy color: '#207246'

red 32 ◦ green 114 ◦ blue 70

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

Shades of Dark Spring Green #207246

Tints of Dark Spring Green #207246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 14.81%
G = 52.78%
B = 32.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#207246 (or 0x207246) is known color: Dark Spring Green. HEX triplet: 20, 72 and 46. RGB value is (32,114,70). Sum of RGB (Red+Green+Blue) = 32+114+70=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #207246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207246 is #DF8DB9. Grayscale: #545454. Windows color (decimal): -14650810 or 4616736. OLE color: 4616736.

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

Color convert

RGB 32 114 70 -
CMYK 0.72 0 0.39 0.55
HSL 147.8º 0.56% 0.29% -
HSV(B) 147.8º 0.72% 0.45% -
XYZ 7.72 12.78 7.86 -
YUV 84.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 32 114 70 0.72 0 0.39 0.55 147.8 0.56 0.29
Hex 20 72 46 48 0 27 37 94 38 1D
Octal 40 162 106 110 0 47 67 224 70 35
Binary 100000 1110010 1000110 1001000 0 100111 110111 10010100 111000 11101

Color Harmonies of #207246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207246

Black with #207246

Text Example


Text Example

White with #207246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207246; }

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

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

background-color css

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

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

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

border-color css

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

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

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