Html Css Color HEX #266628 San Felix

📋 copy color: '#266628'

red 38 ◦ green 102 ◦ blue 40

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

Shades of San Felix #266628

Tints of San Felix #266628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 21.11%
G = 56.67%
B = 22.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.6

RGB Variations

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

Color information

#266628 (or 0x266628) is known color: San Felix. HEX triplet: 26, 66 and 28. RGB value is (38,102,40). Sum of RGB (Red+Green+Blue) = 38+102+40=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #266628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266628 is #D999D7. Grayscale: #4B4B4B. Windows color (decimal): -14260696 or 2647590. OLE color: 2647590.

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

Color convert

RGB 38 102 40 -
CMYK 0.63 0 0.61 0.6
HSL 121.88º 0.46% 0.27% -
HSV(B) 121.88º 0.63% 0.4% -
XYZ 5.93 10.07 3.64 -
YUV 75.8 107.8 101.04 -
System Red Green Blue C M Y K H S L
Decimal 38 102 40 0.63 0 0.61 0.6 121.88 0.46 0.27
Hex 26 66 28 3F 0 3D 3C 7A 2E 1B
Octal 46 146 50 77 0 75 74 172 56 33
Binary 100110 1100110 101000 111111 0 111101 111100 1111010 101110 11011

Color Harmonies of #266628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266628

Black with #266628

Text Example


Text Example

White with #266628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266628; }

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

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

background-color css

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

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

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

border-color css

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

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

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