#215740

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

Shades of Green Pea #215740

Tints of Green Pea #215740

Color information

#215740 (or 0x215740) is unknown color: approx Green Pea. HEX triplet: 21, 57 and 40. RGB value is (33,87,64). Sum of RGB (Red+Green+Blue) = 33+87+64=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #215740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215740 is #DEA8BF. Grayscale: #444444. Windows color (decimal): -14592192 or 4216609. OLE color: 4216609.

HSL color Cylindrical-coordinate representation of color #215740: hue angle of 154.44º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #215740 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB338764-
CMYK0.6200.260.66
HSL154.44º45%23.53%-
HSV(B)154.44º62.07%34.12%-
XYZ4.967.516.04-
YUV68.23125.61102.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 87 (34.38% from 255) = 47.28%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=17.93%
G=47.28%
B=34.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387640.6200.260.66154.444523.53
Hex2157403E01A429a2d18
Octal41127100760321022325530
Binary1000011010111100000011111001101010000101001101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215740; }

 p { color: rgb(33,87,64); }

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

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

 a { background-color: rgb(33,87,64); }

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

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

 span { border-color: rgb(33,87,64); }

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