Html Css Color HEX #266615 San Felix

📋 copy color: '#266615'

red 38 ◦ green 102 ◦ blue 21

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

Shades of San Felix #266615

Tints of San Felix #266615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 63.35%

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

R = 23.6%
G = 63.35%
B = 13.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.6

RGB Variations

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

Color information

#266615 (or 0x266615) is known color: San Felix. HEX triplet: 26, 66 and 15. RGB value is (38,102,21). Sum of RGB (Red+Green+Blue) = 38+102+21=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 102 (40.23% from 255 or 63.35% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 102 - color contains mainly: green. Hex color #266615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #266615 is #D999EA. Grayscale: #494949. Windows color (decimal): -14260715 or 1402406. OLE color: 1402406.

HSL color Cylindrical-coordinate representation of color #266615: hue angle of 107.41º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266615 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 21 -
CMYK 0.63 0 0.79 0.6
HSL 107.41º 0.66% 0.24% -
HSV(B) 107.41º 0.79% 0.4% -
XYZ 5.69 9.97 2.33 -
YUV 73.63 98.3 102.59 -
System Red Green Blue C M Y K H S L
Decimal 38 102 21 0.63 0 0.79 0.6 107.41 0.66 0.24
Hex 26 66 15 3F 0 4F 3C 6B 42 18
Octal 46 146 25 77 0 117 74 153 102 30
Binary 100110 1100110 10101 111111 0 1001111 111100 1101011 1000010 11000

Color Harmonies of #266615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266615

Black with #266615

Text Example


Text Example

White with #266615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266615; }

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

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

background-color css

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

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

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

border-color css

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

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

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