#267127

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

Shades of San Felix #267127

Tints of San Felix #267127

Color information

#267127 (or 0x267127) is unknown color: approx San Felix. HEX triplet: 26, 71 and 27. RGB value is (38,113,39). Sum of RGB (Red+Green+Blue) = 38+113+39=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 113 (44.53% from 255 or 59.47% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 113 - color contains mainly: green. Hex color #267127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267127 is #D98ED8. Grayscale: #525252. Windows color (decimal): -14257881 or 2584870. OLE color: 2584870.

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

Color convert

RGB3811339-
CMYK0.6600.650.56
HSL120.8º49.67%29.61%-
HSV(B)120.8º66.37%44.31%-
XYZ7.0712.373.93-
YUV82.14103.6596.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 113 (44.53% from 255) = 59.47%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=20%
G=59.47%
B=20.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38113390.6600.650.56120.849.6729.61
Hex267127420413879321e
Octal46161471020101701716236
Binary1001101110001100111100001001000001111000111100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267127; }

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

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

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

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

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

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

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

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