Html Css Color HEX #266620 San Felix

📋 copy color: '#266620'

red 38 ◦ green 102 ◦ blue 32

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

Shades of San Felix #266620

Tints of San Felix #266620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 59.3%

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

R = 22.09%
G = 59.3%
B = 18.6%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.6

RGB Variations

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

Color information

#266620 (or 0x266620) is known color: San Felix. HEX triplet: 26, 66 and 20. RGB value is (38,102,32). Sum of RGB (Red+Green+Blue) = 38+102+32=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 32 (12.89% from 255 or 18.60% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #266620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266620 is #D999DF. Grayscale: #4B4B4B. Windows color (decimal): -14260704 or 2123302. OLE color: 2123302.

HSL color Cylindrical-coordinate representation of color #266620: hue angle of 114.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #266620 is Cyan = 0.63, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 102 32 -
CMYK 0.63 0 0.69 0.6
HSL 114.86º 0.52% 0.26% -
HSV(B) 114.86º 0.69% 0.4% -
XYZ 5.81 10.02 2.99 -
YUV 74.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 38 102 32 0.63 0 0.69 0.6 114.86 0.52 0.26
Hex 26 66 20 3F 0 45 3C 73 34 1A
Octal 46 146 40 77 0 105 74 163 64 32
Binary 100110 1100110 100000 111111 0 1000101 111100 1110011 110100 11010

Color Harmonies of #266620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266620

Black with #266620

Text Example


Text Example

White with #266620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266620; }

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

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

background-color css

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

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

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

border-color css

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

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

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