#266844

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

Shades of Green Pea #266844

Tints of Green Pea #266844

Color information

#266844 (or 0x266844) is unknown color: approx Green Pea. HEX triplet: 26, 68 and 44. RGB value is (38,104,68). Sum of RGB (Red+Green+Blue) = 38+104+68=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #266844 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266844 is #D997BB. Grayscale: #505050. Windows color (decimal): -14260156 or 4483110. OLE color: 4483110.

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

Color convert

RGB3810468-
CMYK0.6300.350.59
HSL147.27º46.48%27.84%-
HSV(B)147.27º63.46%40.78%-
XYZ6.7910.737.18-
YUV80.16121.1397.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.10%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 68 (26.95% from 255) = 32.38%
R=18.10%
G=49.52%
B=32.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38104680.6300.350.59147.2746.4827.84
Hex2668443F0233B932e1c
Octal4615010477043732235634
Binary1001101101000100010011111101000111110111001001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266844; }

 p { color: rgb(38,104,68); }

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

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

 a { background-color: rgb(38,104,68); }

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

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

 span { border-color: rgb(38,104,68); }

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