#265840

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

Shades of Green Pea #265840

Tints of Green Pea #265840

Color information

#265840 (or 0x265840) is unknown color: approx Green Pea. HEX triplet: 26, 58 and 40. RGB value is (38,88,64). Sum of RGB (Red+Green+Blue) = 38+88+64=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #265840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265840 is #D9A7BF. Grayscale: #464646. Windows color (decimal): -14264256 or 4216870. OLE color: 4216870.

HSL color Cylindrical-coordinate representation of color #265840: hue angle of 151.2º 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 #265840 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB388864-
CMYK0.5700.270.65
HSL151.2º39.68%24.71%-
HSV(B)151.2º56.82%34.51%-
XYZ5.217.766.07-
YUV70.31124.44104.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 88 (34.77% from 255) = 46.32%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=20%
G=46.32%
B=33.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3888640.5700.270.65151.239.6824.71
Hex2658403901B41972819
Octal46130100710331012275031
Binary1001101011000100000011100101101110000011001011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265840; }

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

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

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

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

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

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

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

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