Html Css Color HEX #266728 San Felix

📋 copy color: '#266728'

red 38 ◦ green 103 ◦ blue 40

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

Shades of San Felix #266728

Tints of San Felix #266728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.91%

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

R = 20.99%
G = 56.91%
B = 22.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#266728 (or 0x266728) is known color: San Felix. HEX triplet: 26, 67 and 28. RGB value is (38,103,40). Sum of RGB (Red+Green+Blue) = 38+103+40=181 (23% of max value = 765). Red value is 38 (15.23% from 255 or 20.99% from 181); Green value is 103 (40.62% from 255 or 56.91% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 103 - color contains mainly: green. Hex color #266728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266728 is #D998D7. Grayscale: #4C4C4C. Windows color (decimal): -14260440 or 2647846. OLE color: 2647846.

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

Color convert

RGB 38 103 40 -
CMYK 0.63 0 0.61 0.60
HSL 121.85º 0.46% 0.28% -
HSV(B) 121.85º 0.63% 0.4% -
XYZ 6.03 10.27 3.67 -
YUV 76.38 107.47 100.62 -
System Red Green Blue C M Y K H S L
Decimal 38 103 40 0.63 0 0.61 0.60 121.85 0.46 0.28
Hex 26 67 28 3F 0 3D 3C 7A 2E 1C
Octal 46 147 50 77 0 75 74 172 56 34
Binary 100110 1100111 101000 111111 0 111101 111100 1111010 101110 11100

Color Harmonies of #266728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266728

Black with #266728

Text Example


Text Example

White with #266728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266728; }

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

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

background-color css

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

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

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

border-color css

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

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

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