#266741

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

Shades of Green Pea #266741

Tints of Green Pea #266741

Color information

#266741 (or 0x266741) is unknown color: approx Green Pea. HEX triplet: 26, 67 and 41. RGB value is (38,103,65). Sum of RGB (Red+Green+Blue) = 38+103+65=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #266741 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #266741 is #D998BE. Grayscale: #4F4F4F. Windows color (decimal): -14260415 or 4286246. OLE color: 4286246.

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

Color convert

RGB3810365-
CMYK0.6300.370.60
HSL144.92º46.1%27.65%-
HSV(B)144.92º63.11%40.39%-
XYZ6.610.496.68-
YUV79.23119.9798.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.45%
GREEN value IS 103 (40.62% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=18.45%
G=50%
B=31.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal38103650.6300.370.60144.9246.127.65
Hex2667413F0253C912e1c
Octal4614710177045742215634
Binary1001101100111100000111111101001011111001001000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266741; }

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

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

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

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

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

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

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

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