Html Css Color HEX #266B20 San Felix

📋 copy color: '#266B20'

red 38 ◦ green 107 ◦ blue 32

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

Shades of San Felix #266B20

Tints of San Felix #266B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 60.45%

 BLUE value IS 32 (12.89% from 255) = 18.08%

R = 21.47%
G = 60.45%
B = 18.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#266B20 (or 0x266B20) is known color: San Felix. HEX triplet: 26, 6B and 20. RGB value is (38,107,32). Sum of RGB (Red+Green+Blue) = 38+107+32=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 107 (42.19% from 255 or 60.45% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 107 - color contains mainly: green. Hex color #266B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266B20 is #D994DF. Grayscale: #4E4E4E. Windows color (decimal): -14259424 or 2124582. OLE color: 2124582.

HSL color Cylindrical-coordinate representation of color #266B20: hue angle of 115.2º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #266B20 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 38 107 32 -
CMYK 0.64 0 0.70 0.58
HSL 115.2º 0.54% 0.27% -
HSV(B) 115.2º 0.7% 0.42% -
XYZ 6.32 11.03 3.16 -
YUV 77.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 38 107 32 0.64 0 0.70 0.58 115.2 0.54 0.27
Hex 26 6B 20 40 0 46 3A 73 36 1B
Octal 46 153 40 100 0 106 72 163 66 33
Binary 100110 1101011 100000 1000000 0 1000110 111010 1110011 110110 11011

Color Harmonies of #266B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266B20

Black with #266B20

Text Example


Text Example

White with #266B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266B20; }

 p { color: rgb(38,107,32); }

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

background-color css

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

 a { background-color: rgb(38,107,32); }

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

border-color css

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

 span { border-color: rgb(38,107,32); }

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