#266F30

Color #266F30 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #266F30

Tints of San Felix #266F30

Color information

#266F30 (or 0x266F30) is unknown color: approx San Felix. HEX triplet: 26, 6F and 30. RGB value is (38,111,48). Sum of RGB (Red+Green+Blue) = 38+111+48=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #266F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266F30 is #D990CF. Grayscale: #525252. Windows color (decimal): -14258384 or 3174182. OLE color: 3174182.

HSL color Cylindrical-coordinate representation of color #266F30: hue angle of 128.22º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #266F30 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB3811148-
CMYK0.6600.570.56
HSL128.22º48.99%29.22%-
HSV(B)128.22º65.77%43.53%-
XYZ7.0211.994.74-
YUV81.99108.8296.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.29%
GREEN value IS 111 (43.75% from 255) = 56.35%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=19.29%
G=56.35%
B=24.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38111480.6600.570.56128.2248.9929.22
Hex266F30420393880311d
Octal4615760102071702006135
Binary1001101101111110000100001001110011110001000000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266F30; }

 p { color: rgb(38,111,48); }

 H1.HeaderClassName
 {
   color: #266F30;
 }
 .AnyTagClassName
 {
   color: #266F30;
 }
</style>
background-color css

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

 a { background-color: rgb(38,111,48); }

 div.DivClassName
 {
   background-color: #266F30;
 }
 .BgClassName
 {
   background-color: #266F30;
 }
</style>
border-color css

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

 span { border-color: rgb(38,111,48); }

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