Html Css Color HEX #215D41 Green Pea

📋 copy color: '#215D41'

red 33 ◦ green 93 ◦ blue 65

#215D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #215D41

Tints of Green Pea #215D41

RGB

 RED value IS 33 (13.28% from 255) = 17.28%

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 65 (25.78% from 255) = 34.03%

R = 17.28%
G = 48.69%
B = 34.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#215D41 (or 0x215D41) is known color: Green Pea. HEX triplet: 21, 5D and 41. RGB value is (33,93,65). Sum of RGB (Red+Green+Blue) = 33+93+65=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 93 - color contains mainly: green. Hex color #215D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D41 is #DEA2BE. Grayscale: #474747. Windows color (decimal): -14590655 or 4283681. OLE color: 4283681.

HSL color Cylindrical-coordinate representation of color #215D41: hue angle of 152º 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 #215D41 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 93 65 -
CMYK 0.65 0 0.30 0.64
HSL 152º 0.48% 0.25% -
HSV(B) 152º 0.65% 0.36% -
XYZ 5.5 8.53 6.36 -
YUV 71.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 33 93 65 0.65 0 0.30 0.64 152 0.48 0.25
Hex 21 5D 41 41 0 1E 40 98 30 19
Octal 41 135 101 101 0 36 100 230 60 31
Binary 100001 1011101 1000001 1000001 0 11110 1000000 10011000 110000 11001

Color Harmonies of #215D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D41

Black with #215D41

Text Example


Text Example

White with #215D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #215D41;
 }
 .AnyTagClassName
 {
   color: #215D41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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