Html Css Color HEX #266915 San Felix

📋 copy color: '#266915'

red 38 ◦ green 105 ◦ blue 21

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

Shades of San Felix #266915

Tints of San Felix #266915

RGB

 RED value IS 38 (15.23% from 255) = 23.17%

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

 BLUE value IS 21 (8.59% from 255) = 12.8%

R = 23.17%
G = 64.02%
B = 12.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#266915 (or 0x266915) is known color: San Felix. HEX triplet: 26, 69 and 15. RGB value is (38,105,21). Sum of RGB (Red+Green+Blue) = 38+105+21=164 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.17% from 164); Green value is 105 (41.41% from 255 or 64.02% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 105 - color contains mainly: green. Hex color #266915 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266915 is #D996EA. Grayscale: #4B4B4B. Windows color (decimal): -14259947 or 1403174. OLE color: 1403174.

HSL color Cylindrical-coordinate representation of color #266915: hue angle of 107.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #266915 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 105 21 -
CMYK 0.64 0 0.80 0.59
HSL 107.86º 0.67% 0.25% -
HSV(B) 107.86º 0.8% 0.41% -
XYZ 5.99 10.57 2.43 -
YUV 75.39 97.3 101.33 -
System Red Green Blue C M Y K H S L
Decimal 38 105 21 0.64 0 0.80 0.59 107.86 0.67 0.25
Hex 26 69 15 40 0 50 3B 6C 43 19
Octal 46 151 25 100 0 120 73 154 103 31
Binary 100110 1101001 10101 1000000 0 1010000 111011 1101100 1000011 11001

Color Harmonies of #266915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266915

Black with #266915

Text Example


Text Example

White with #266915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266915; }

 p { color: rgb(38,105,21); }

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

background-color css

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

 a { background-color: rgb(38,105,21); }

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

border-color css

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

 span { border-color: rgb(38,105,21); }

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