Html Css Color HEX #276021 San Felix

📋 copy color: '#276021'

red 39 ◦ green 96 ◦ blue 33

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

Shades of San Felix #276021

Tints of San Felix #276021

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.14%

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

R = 23.21%
G = 57.14%
B = 19.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#276021 (or 0x276021) is known color: San Felix. HEX triplet: 27, 60 and 21. RGB value is (39,96,33). Sum of RGB (Red+Green+Blue) = 39+96+33=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 96 (37.89% from 255 or 57.14% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 96 - color contains mainly: green. Hex color #276021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #276021 is #D89FDE. Grayscale: #474747. Windows color (decimal): -14196703 or 2187303. OLE color: 2187303.

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

Color convert

RGB 39 96 33 -
CMYK 0.59 0 0.66 0.62
HSL 114.29º 0.49% 0.25% -
HSV(B) 114.29º 0.66% 0.38% -
XYZ 5.29 8.91 2.88 -
YUV 71.78 106.12 104.62 -
System Red Green Blue C M Y K H S L
Decimal 39 96 33 0.59 0 0.66 0.62 114.29 0.49 0.25
Hex 27 60 21 3B 0 42 3E 72 31 19
Octal 47 140 41 73 0 102 76 162 61 31
Binary 100111 1100000 100001 111011 0 1000010 111110 1110010 110001 11001

Color Harmonies of #276021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276021

Black with #276021

Text Example


Text Example

White with #276021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276021; }

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

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

background-color css

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

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

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

border-color css

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

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

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