#266241

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

Shades of Green Pea #266241

Tints of Green Pea #266241

Color information

#266241 (or 0x266241) is unknown color: approx Green Pea. HEX triplet: 26, 62 and 41. RGB value is (38,98,65). Sum of RGB (Red+Green+Blue) = 38+98+65=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 98 (38.67% from 255 or 48.76% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 98 - color contains mainly: green. Hex color #266241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266241 is #D99DBE. Grayscale: #4C4C4C. Windows color (decimal): -14261695 or 4284966. OLE color: 4284966.

HSL color Cylindrical-coordinate representation of color #266241: hue angle of 147º 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 #266241 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB389865-
CMYK0.6100.340.62
HSL147º44.12%26.67%-
HSV(B)147º61.22%38.43%-
XYZ6.129.536.52-
YUV76.3121.62100.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 98 (38.67% from 255) = 48.76%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=18.91%
G=48.76%
B=32.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3898650.6100.340.6214744.1226.67
Hex2662413D0223E932c1b
Octal4614210175042762235433
Binary1001101100010100000111110101000101111101001001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266241; }

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

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

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

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

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

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

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

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