#267035

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

Shades of San Felix #267035

Tints of San Felix #267035

Color information

#267035 (or 0x267035) is unknown color: approx San Felix. HEX triplet: 26, 70 and 35. RGB value is (38,112,53). Sum of RGB (Red+Green+Blue) = 38+112+53=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #267035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267035 is #D98FCA. Grayscale: #535353. Windows color (decimal): -14258123 or 3502118. OLE color: 3502118.

HSL color Cylindrical-coordinate representation of color #267035: hue angle of 132.16º 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 #267035 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB3811253-
CMYK0.6600.530.56
HSL132.16º49.33%29.41%-
HSV(B)132.16º66.07%43.92%-
XYZ7.2412.265.35-
YUV83.15110.9895.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=18.72%
G=55.17%
B=26.11%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38112530.6600.530.56132.1649.3329.41
Hex267035420353884311d
Octal4616065102065702046135
Binary1001101110000110101100001001101011110001000010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267035; }

 p { color: rgb(38,112,53); }

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

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

 a { background-color: rgb(38,112,53); }

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

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

 span { border-color: rgb(38,112,53); }

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