Html Css Color HEX #266329 San Felix

📋 copy color: '#266329'

red 38 ◦ green 99 ◦ blue 41

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

Shades of San Felix #266329

Tints of San Felix #266329

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.62%

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

R = 21.35%
G = 55.62%
B = 23.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#266329 (or 0x266329) is known color: San Felix. HEX triplet: 26, 63 and 29. RGB value is (38,99,41). Sum of RGB (Red+Green+Blue) = 38+99+41=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #266329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266329 is #D99CD6. Grayscale: #4A4A4A. Windows color (decimal): -14261463 or 2712358. OLE color: 2712358.

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

Color convert

RGB 38 99 41 -
CMYK 0.62 0 0.59 0.61
HSL 122.95º 0.45% 0.27% -
HSV(B) 122.95º 0.62% 0.39% -
XYZ 5.66 9.5 3.63 -
YUV 74.15 109.29 102.22 -
System Red Green Blue C M Y K H S L
Decimal 38 99 41 0.62 0 0.59 0.61 122.95 0.45 0.27
Hex 26 63 29 3E 0 3B 3D 7B 2D 1B
Octal 46 143 51 76 0 73 75 173 55 33
Binary 100110 1100011 101001 111110 0 111011 111101 1111011 101101 11011

Color Harmonies of #266329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266329

Black with #266329

Text Example


Text Example

White with #266329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266329; }

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

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

background-color css

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

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

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

border-color css

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

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

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