#267269

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

Shades of Genoa #267269

Tints of Genoa #267269

Color information

#267269 (or 0x267269) is unknown color: approx Genoa. HEX triplet: 26, 72 and 69. RGB value is (38,114,105). Sum of RGB (Red+Green+Blue) = 38+114+105=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #267269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267269 is #D98D96. Grayscale: #5A5A5A. Windows color (decimal): -14257559 or 6910502. OLE color: 6910502.

HSL color Cylindrical-coordinate representation of color #267269: hue angle of 172.89º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267269 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB38114105-
CMYK0.6700.080.55
HSL172.89º50%29.8%-
HSV(B)172.89º66.67%44.71%-
XYZ9.3713.4715.47-
YUV90.25136.3290.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 114 (44.92% from 255) = 44.36%
BLUE value IS 105 (41.41% from 255) = 40.86%
R=14.79%
G=44.36%
B=40.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381141050.6700.080.55172.895029.8
Hex267269430837ad321e
Octal46162151103010672556236
Binary100110111001011010011000011010001101111010110111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267269; }

 p { color: rgb(38,114,105); }

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

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

 a { background-color: rgb(38,114,105); }

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

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

 span { border-color: rgb(38,114,105); }

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