Html Css Color HEX #266820 San Felix

📋 copy color: '#266820'

red 38 ◦ green 104 ◦ blue 32

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

Shades of San Felix #266820

Tints of San Felix #266820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.77%

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

R = 21.84%
G = 59.77%
B = 18.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#266820 (or 0x266820) is known color: San Felix. HEX triplet: 26, 68 and 20. RGB value is (38,104,32). Sum of RGB (Red+Green+Blue) = 38+104+32=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #266820 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266820 is #D997DF. Grayscale: #4C4C4C. Windows color (decimal): -14260192 or 2123814. OLE color: 2123814.

HSL color Cylindrical-coordinate representation of color #266820: hue angle of 115º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266820 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 104 32 -
CMYK 0.63 0 0.69 0.59
HSL 115º 0.53% 0.27% -
HSV(B) 115º 0.69% 0.41% -
XYZ 6.01 10.42 3.06 -
YUV 76.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 38 104 32 0.63 0 0.69 0.59 115 0.53 0.27
Hex 26 68 20 3F 0 45 3B 73 35 1B
Octal 46 150 40 77 0 105 73 163 65 33
Binary 100110 1101000 100000 111111 0 1000101 111011 1110011 110101 11011

Color Harmonies of #266820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266820

Black with #266820

Text Example


Text Example

White with #266820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266820; }

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

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

background-color css

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

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

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

border-color css

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

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

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