Html Css Color HEX #276916 San Felix

📋 copy color: '#276916'

red 39 ◦ green 105 ◦ blue 22

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

Shades of San Felix #276916

Tints of San Felix #276916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 63.25%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 23.49%
G = 63.25%
B = 13.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#276916 (or 0x276916) is known color: San Felix. HEX triplet: 27, 69 and 16. RGB value is (39,105,22). Sum of RGB (Red+Green+Blue) = 39+105+22=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #276916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #276916 is #D896E9. Grayscale: #4C4C4C. Windows color (decimal): -14194410 or 1468711. OLE color: 1468711.

HSL color Cylindrical-coordinate representation of color #276916: hue angle of 107.71º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #276916 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 105 22 -
CMYK 0.63 0 0.79 0.59
HSL 107.71º 0.65% 0.25% -
HSV(B) 107.71º 0.79% 0.41% -
XYZ 6.03 10.59 2.49 -
YUV 75.8 97.63 101.75 -
System Red Green Blue C M Y K H S L
Decimal 39 105 22 0.63 0 0.79 0.59 107.71 0.65 0.25
Hex 27 69 16 3F 0 4F 3B 6C 41 19
Octal 47 151 26 77 0 117 73 154 101 31
Binary 100111 1101001 10110 111111 0 1001111 111011 1101100 1000001 11001

Color Harmonies of #276916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #276916

Black with #276916

Text Example


Text Example

White with #276916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #276916; }

 p { color: rgb(39,105,22); }

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

background-color css

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

 a { background-color: rgb(39,105,22); }

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

border-color css

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

 span { border-color: rgb(39,105,22); }

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