Html Css Color HEX #276220 San Felix

📋 copy color: '#276220'

red 39 ◦ green 98 ◦ blue 32

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

Shades of San Felix #276220

Tints of San Felix #276220

RGB

 RED value IS 39 (15.63% from 255) = 23.08%

 GREEN value IS 98 (38.67% from 255) = 57.99%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 23.08%
G = 57.99%
B = 18.93%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#276220 (or 0x276220) is known color: San Felix. HEX triplet: 27, 62 and 20. RGB value is (39,98,32). Sum of RGB (Red+Green+Blue) = 39+98+32=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 98 (38.67% from 255 or 57.99% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 98 - color contains mainly: green. Hex color #276220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276220 is #D89DDF. Grayscale: #494949. Windows color (decimal): -14196192 or 2122279. OLE color: 2122279.

HSL color Cylindrical-coordinate representation of color #276220: hue angle of 113.64º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #276220 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 98 32 -
CMYK 0.60 0 0.67 0.62
HSL 113.64º 0.51% 0.25% -
HSV(B) 113.64º 0.67% 0.38% -
XYZ 5.47 9.27 2.87 -
YUV 72.84 104.95 103.87 -
System Red Green Blue C M Y K H S L
Decimal 39 98 32 0.60 0 0.67 0.62 113.64 0.51 0.25
Hex 27 62 20 3C 0 43 3E 72 33 19
Octal 47 142 40 74 0 103 76 162 63 31
Binary 100111 1100010 100000 111100 0 1000011 111110 1110010 110011 11001

Color Harmonies of #276220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276220

Black with #276220

Text Example


Text Example

White with #276220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276220; }

 p { color: rgb(39,98,32); }

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

background-color css

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

 a { background-color: rgb(39,98,32); }

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

border-color css

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

 span { border-color: rgb(39,98,32); }

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