#215F43

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

Shades of Green Pea #215F43

Tints of Green Pea #215F43

Color information

#215F43 (or 0x215F43) is unknown color: approx Green Pea. HEX triplet: 21, 5F and 43. RGB value is (33,95,67). Sum of RGB (Red+Green+Blue) = 33+95+67=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 95 - color contains mainly: green. Hex color #215F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215F43 is #DEA0BC. Grayscale: #494949. Windows color (decimal): -14590141 or 4415265. OLE color: 4415265.

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

Color convert

RGB339567-
CMYK0.6500.290.63
HSL152.9º48.44%25.1%-
HSV(B)152.9º65.26%37.25%-
XYZ5.738.916.73-
YUV73.27124.4699.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 95 (37.5% from 255) = 48.72%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=16.92%
G=48.72%
B=34.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3395670.6500.290.63152.948.4425.1
Hex215F434101D3F993019
Octal41137103101035772316031
Binary1000011011111100001110000010111011111111001100111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,95,67); }

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

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

 a { background-color: rgb(33,95,67); }

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

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

 span { border-color: rgb(33,95,67); }

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