Html Css Color HEX #266229 San Felix

📋 copy color: '#266229'

red 38 ◦ green 98 ◦ blue 41

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

Shades of San Felix #266229

Tints of San Felix #266229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.16%

R = 21.47%
G = 55.37%
B = 23.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#266229 (or 0x266229) is known color: San Felix. HEX triplet: 26, 62 and 29. RGB value is (38,98,41). Sum of RGB (Red+Green+Blue) = 38+98+41=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #266229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266229 is #D99DD6. Grayscale: #494949. Windows color (decimal): -14261719 or 2712102. OLE color: 2712102.

HSL color Cylindrical-coordinate representation of color #266229: hue angle of 123º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266229 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 98 41 -
CMYK 0.61 0 0.58 0.62
HSL 123º 0.44% 0.27% -
HSV(B) 123º 0.61% 0.38% -
XYZ 5.57 9.31 3.6 -
YUV 73.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 38 98 41 0.61 0 0.58 0.62 123 0.44 0.27
Hex 26 62 29 3D 0 3A 3E 7B 2C 1B
Octal 46 142 51 75 0 72 76 173 54 33
Binary 100110 1100010 101001 111101 0 111010 111110 1111011 101100 11011

Color Harmonies of #266229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266229

Black with #266229

Text Example


Text Example

White with #266229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266229; }

 p { color: rgb(38,98,41); }

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

background-color css

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

 a { background-color: rgb(38,98,41); }

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

border-color css

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

 span { border-color: rgb(38,98,41); }

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