Html Css Color HEX #215D24 Parsley

📋 copy color: '#215D24'

red 33 ◦ green 93 ◦ blue 36

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

Shades of Parsley #215D24

Tints of Parsley #215D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 22.22%

R = 20.37%
G = 57.41%
B = 22.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.64

RGB Variations

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

Color information

#215D24 (or 0x215D24) is known color: Parsley. HEX triplet: 21, 5D and 24. RGB value is (33,93,36). Sum of RGB (Red+Green+Blue) = 33+93+36=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #215D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D24 is #DEA2DB. Grayscale: #444444. Windows color (decimal): -14590684 or 2383137. OLE color: 2383137.

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

Color convert

RGB 33 93 36 -
CMYK 0.65 0 0.61 0.64
HSL 123º 0.48% 0.25% -
HSV(B) 123º 0.65% 0.36% -
XYZ 4.86 8.28 3.01 -
YUV 68.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 33 93 36 0.65 0 0.61 0.64 123 0.48 0.25
Hex 21 5D 24 41 0 3D 40 7B 30 19
Octal 41 135 44 101 0 75 100 173 60 31
Binary 100001 1011101 100100 1000001 0 111101 1000000 1111011 110000 11001

Color Harmonies of #215D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D24

Black with #215D24

Text Example


Text Example

White with #215D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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