#265940

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

Shades of Green Pea #265940

Tints of Green Pea #265940

Color information

#265940 (or 0x265940) is unknown color: approx Green Pea. HEX triplet: 26, 59 and 40. RGB value is (38,89,64). Sum of RGB (Red+Green+Blue) = 38+89+64=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #265940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265940 is #D9A6BF. Grayscale: #464646. Windows color (decimal): -14264000 or 4217126. OLE color: 4217126.

HSL color Cylindrical-coordinate representation of color #265940: hue angle of 150.59º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #265940 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB388964-
CMYK0.5700.280.65
HSL150.59º40.16%24.9%-
HSV(B)150.59º57.3%34.9%-
XYZ5.37.936.1-
YUV70.9124.1104.53-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=19.90%
G=46.60%
B=33.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3889640.5700.280.65150.5940.1624.9
Hex2659403901C41972819
Octal46131100710341012275031
Binary1001101011001100000011100101110010000011001011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265940; }

 p { color: rgb(38,89,64); }

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

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

 a { background-color: rgb(38,89,64); }

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

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

 span { border-color: rgb(38,89,64); }

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