#266649

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

Shades of Green Pea #266649

Tints of Green Pea #266649

Color information

#266649 (or 0x266649) is unknown color: approx Green Pea. HEX triplet: 26, 66 and 49. RGB value is (38,102,73). Sum of RGB (Red+Green+Blue) = 38+102+73=213 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.84% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #266649 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266649 is #D999B6. Grayscale: #4F4F4F. Windows color (decimal): -14260663 or 4810278. OLE color: 4810278.

HSL color Cylindrical-coordinate representation of color #266649: hue angle of 152.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #266649 is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB3810273-
CMYK0.6300.280.6
HSL152.81º45.71%27.45%-
HSV(B)152.81º62.75%40%-
XYZ6.7510.47.95-
YUV79.56124.398.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.84%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=17.84%
G=47.89%
B=34.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal38102730.6300.280.6152.8145.7127.45
Hex2666493F01C3C992e1b
Octal4614611177034742315633
Binary100110110011010010011111110111001111001001100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266649; }

 p { color: rgb(38,102,73); }

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

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

 a { background-color: rgb(38,102,73); }

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

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

 span { border-color: rgb(38,102,73); }

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