Html Css Color HEX #207329 San Felix

📋 copy color: '#207329'

red 32 ◦ green 115 ◦ blue 41

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

Shades of San Felix #207329

Tints of San Felix #207329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.81%

R = 17.02%
G = 61.17%
B = 21.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#207329 (or 0x207329) is known color: San Felix. HEX triplet: 20, 73 and 29. RGB value is (32,115,41). Sum of RGB (Red+Green+Blue) = 32+115+41=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #207329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207329 is #DF8CD6. Grayscale: #515151. Windows color (decimal): -14650583 or 2716448. OLE color: 2716448.

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

Color convert

RGB 32 115 41 -
CMYK 0.72 0 0.64 0.55
HSL 126.51º 0.56% 0.29% -
HSV(B) 126.51º 0.72% 0.45% -
XYZ 7.13 12.73 4.18 -
YUV 81.75 105 92.52 -
System Red Green Blue C M Y K H S L
Decimal 32 115 41 0.72 0 0.64 0.55 126.51 0.56 0.29
Hex 20 73 29 48 0 40 37 7F 38 1D
Octal 40 163 51 110 0 100 67 177 70 35
Binary 100000 1110011 101001 1001000 0 1000000 110111 1111111 111000 11101

Color Harmonies of #207329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207329

Black with #207329

Text Example


Text Example

White with #207329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207329; }

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

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

background-color css

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

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

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

border-color css

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

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

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