#266248

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

Shades of Green Pea #266248

Tints of Green Pea #266248

Color information

#266248 (or 0x266248) is unknown color: approx Green Pea. HEX triplet: 26, 62 and 48. RGB value is (38,98,72). Sum of RGB (Red+Green+Blue) = 38+98+72=208 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.27% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #266248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266248 is #D99DB7. Grayscale: #4D4D4D. Windows color (decimal): -14261688 or 4743718. OLE color: 4743718.

HSL color Cylindrical-coordinate representation of color #266248: hue angle of 154º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #266248 is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB389872-
CMYK0.6100.270.62
HSL154º44.12%26.67%-
HSV(B)154º61.22%38.43%-
XYZ6.349.627.65-
YUV77.1125.12100.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.27%
GREEN value IS 98 (38.67% from 255) = 47.12%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=18.27%
G=47.12%
B=34.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898720.6100.270.6215444.1226.67
Hex2662483D01B3E9a2c1b
Octal4614211075033762325433
Binary100110110001010010001111010110111111101001101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266248; }

 p { color: rgb(38,98,72); }

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

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

 a { background-color: rgb(38,98,72); }

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

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

 span { border-color: rgb(38,98,72); }

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