#215D3B

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

Shades of Green Pea #215D3B

Tints of Green Pea #215D3B

Color information

#215D3B (or 0x215D3B) is unknown color: approx Green Pea. HEX triplet: 21, 5D and 3B. RGB value is (33,93,59). Sum of RGB (Red+Green+Blue) = 33+93+59=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #215D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D3B is #DEA2C4. Grayscale: #474747. Windows color (decimal): -14590661 or 3890465. OLE color: 3890465.

HSL color Cylindrical-coordinate representation of color #215D3B: hue angle of 146º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #215D3B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB339359-
CMYK0.6500.370.64
HSL146º47.62%24.71%-
HSV(B)146º64.52%36.47%-
XYZ5.338.475.49-
YUV71.18121.12100.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=17.84%
G=50.27%
B=31.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3393590.6500.370.6414647.6224.71
Hex215D3B4102540923019
Octal41135731010451002226031
Binary10000110111011110111000001010010110000001001001011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215D3B; }

 p { color: rgb(33,93,59); }

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

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

 a { background-color: rgb(33,93,59); }

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

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

 span { border-color: rgb(33,93,59); }

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