#267730

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

Shades of San Felix #267730

Tints of San Felix #267730

Color information

#267730 (or 0x267730) is unknown color: approx San Felix. HEX triplet: 26, 77 and 30. RGB value is (38,119,48). Sum of RGB (Red+Green+Blue) = 38+119+48=205 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.54% from 205); Green value is 119 (46.88% from 255 or 58.05% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 119 - color contains mainly: green. Hex color #267730 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267730 is #D988CF. Grayscale: #565656. Windows color (decimal): -14256336 or 3176230. OLE color: 3176230.

HSL color Cylindrical-coordinate representation of color #267730: hue angle of 127.41º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267730 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB3811948-
CMYK0.6800.600.53
HSL127.41º51.59%30.78%-
HSV(B)127.41º68.07%46.67%-
XYZ7.9313.825.05-
YUV86.69106.1693.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.54%
GREEN value IS 119 (46.88% from 255) = 58.05%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=18.54%
G=58.05%
B=23.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38119480.6800.600.53127.4151.5930.78
Hex2677304403C357f341f
Octal4616760104074651776437
Binary100110111011111000010001000111100110101111111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267730; }

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

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

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

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

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

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

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

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