Html Css Color HEX #266621 San Felix

📋 copy color: '#266621'

red 38 ◦ green 102 ◦ blue 33

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

Shades of San Felix #266621

Tints of San Felix #266621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 21.97%
G = 58.96%
B = 19.08%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#266621 (or 0x266621) is known color: San Felix. HEX triplet: 26, 66 and 21. RGB value is (38,102,33). Sum of RGB (Red+Green+Blue) = 38+102+33=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 102 (40.23% from 255 or 58.96% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 102 - color contains mainly: green. Hex color #266621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266621 is #D999DE. Grayscale: #4B4B4B. Windows color (decimal): -14260703 or 2188838. OLE color: 2188838.

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

Color convert

RGB 38 102 33 -
CMYK 0.63 0 0.68 0.6
HSL 115.65º 0.51% 0.26% -
HSV(B) 115.65º 0.68% 0.4% -
XYZ 5.83 10.02 3.07 -
YUV 75 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 38 102 33 0.63 0 0.68 0.6 115.65 0.51 0.26
Hex 26 66 21 3F 0 44 3C 74 33 1A
Octal 46 146 41 77 0 104 74 164 63 32
Binary 100110 1100110 100001 111111 0 1000100 111100 1110100 110011 11010

Color Harmonies of #266621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266621

Black with #266621

Text Example


Text Example

White with #266621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266621; }

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

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

background-color css

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

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

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

border-color css

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

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

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