#267121

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

Shades of San Felix #267121

Tints of San Felix #267121

Color information

#267121 (or 0x267121) is unknown color: approx San Felix. HEX triplet: 26, 71 and 21. RGB value is (38,113,33). Sum of RGB (Red+Green+Blue) = 38+113+33=184 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.65% from 184); Green value is 113 (44.53% from 255 or 61.41% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 113 - color contains mainly: green. Hex color #267121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267121 is #D98EDE. Grayscale: #515151. Windows color (decimal): -14257887 or 2191654. OLE color: 2191654.

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

Color convert

RGB3811333-
CMYK0.6600.710.56
HSL116.25º54.79%28.63%-
HSV(B)116.25º70.8%44.31%-
XYZ6.9812.333.45-
YUV81.46100.6597-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.65%
GREEN value IS 113 (44.53% from 255) = 61.41%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=20.65%
G=61.41%
B=17.93%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113330.6600.710.56116.2554.7928.63
Hex267121420473874371d
Octal46161411020107701646735
Binary1001101110001100001100001001000111111000111010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267121; }

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

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

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

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

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

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

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

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