#215C3F

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

Shades of Green Pea #215C3F

Tints of Green Pea #215C3F

Color information

#215C3F (or 0x215C3F) is unknown color: approx Green Pea. HEX triplet: 21, 5C and 3F. RGB value is (33,92,63). Sum of RGB (Red+Green+Blue) = 33+92+63=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #215C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C3F is #DEA3C0. Grayscale: #474747. Windows color (decimal): -14590913 or 4152353. OLE color: 4152353.

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

Color convert

RGB339263-
CMYK0.6400.320.64
HSL150.51º47.2%24.51%-
HSV(B)150.51º64.13%36.08%-
XYZ5.358.346.03-
YUV71.05123.45100.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 63 (25% from 255) = 33.51%
R=17.55%
G=48.94%
B=33.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3392630.6400.320.64150.5147.224.51
Hex215C3F4002040972f19
Octal41134771000401002275731
Binary10000110111001111111000000010000010000001001011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,92,63); }

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

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

 a { background-color: rgb(33,92,63); }

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

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

 span { border-color: rgb(33,92,63); }

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