Html Css Color HEX #266529 San Felix

📋 copy color: '#266529'

red 38 ◦ green 101 ◦ blue 41

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

Shades of San Felix #266529

Tints of San Felix #266529

RGB

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

 GREEN value IS 101 (39.84% from 255) = 56.11%

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

R = 21.11%
G = 56.11%
B = 22.78%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.59

 K value IS 0.60

RGB Variations

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

Color information

#266529 (or 0x266529) is known color: San Felix. HEX triplet: 26, 65 and 29. RGB value is (38,101,41). Sum of RGB (Red+Green+Blue) = 38+101+41=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #266529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266529 is #D99AD6. Grayscale: #4B4B4B. Windows color (decimal): -14260951 or 2712870. OLE color: 2712870.

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

Color convert

RGB 38 101 41 -
CMYK 0.62 0 0.59 0.60
HSL 122.86º 0.45% 0.27% -
HSV(B) 122.86º 0.62% 0.4% -
XYZ 5.85 9.88 3.7 -
YUV 75.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 38 101 41 0.62 0 0.59 0.60 122.86 0.45 0.27
Hex 26 65 29 3E 0 3B 3C 7B 2D 1B
Octal 46 145 51 76 0 73 74 173 55 33
Binary 100110 1100101 101001 111110 0 111011 111100 1111011 101101 11011

Color Harmonies of #266529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266529

Black with #266529

Text Example


Text Example

White with #266529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266529; }

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

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

background-color css

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

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

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

border-color css

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

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

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