Html Css Color HEX #215D2C Parsley

📋 copy color: '#215D2C'

red 33 ◦ green 93 ◦ blue 44

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

Shades of Parsley #215D2C

Tints of Parsley #215D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.88%

R = 19.41%
G = 54.71%
B = 25.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#215D2C (or 0x215D2C) is known color: Parsley. HEX triplet: 21, 5D and 2C. RGB value is (33,93,44). Sum of RGB (Red+Green+Blue) = 33+93+44=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #215D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215D2C is #DEA2D3. Grayscale: #454545. Windows color (decimal): -14590676 or 2907425. OLE color: 2907425.

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

Color convert

RGB 33 93 44 -
CMYK 0.65 0 0.53 0.64
HSL 131º 0.48% 0.25% -
HSV(B) 131º 0.65% 0.36% -
XYZ 5 8.33 3.73 -
YUV 69.47 113.62 101.98 -
System Red Green Blue C M Y K H S L
Decimal 33 93 44 0.65 0 0.53 0.64 131 0.48 0.25
Hex 21 5D 2C 41 0 35 40 83 30 19
Octal 41 135 54 101 0 65 100 203 60 31
Binary 100001 1011101 101100 1000001 0 110101 1000000 10000011 110000 11001

Color Harmonies of #215D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D2C

Black with #215D2C

Text Example


Text Example

White with #215D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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