Html Css Color HEX #276221 San Felix

📋 copy color: '#276221'

red 39 ◦ green 98 ◦ blue 33

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

Shades of San Felix #276221

Tints of San Felix #276221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.41%

R = 22.94%
G = 57.65%
B = 19.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#276221 (or 0x276221) is known color: San Felix. HEX triplet: 27, 62 and 21. RGB value is (39,98,33). Sum of RGB (Red+Green+Blue) = 39+98+33=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #276221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276221 is #D89DDE. Grayscale: #494949. Windows color (decimal): -14196191 or 2187815. OLE color: 2187815.

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

Color convert

RGB 39 98 33 -
CMYK 0.60 0 0.66 0.62
HSL 114.46º 0.5% 0.26% -
HSV(B) 114.46º 0.66% 0.38% -
XYZ 5.48 9.28 2.94 -
YUV 72.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 39 98 33 0.60 0 0.66 0.62 114.46 0.5 0.26
Hex 27 62 21 3C 0 42 3E 72 32 1A
Octal 47 142 41 74 0 102 76 162 62 32
Binary 100111 1100010 100001 111100 0 1000010 111110 1110010 110010 11010

Color Harmonies of #276221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276221

Black with #276221

Text Example


Text Example

White with #276221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276221; }

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

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

background-color css

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

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

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

border-color css

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

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

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