Html Css Color HEX #215E2C Parsley

📋 copy color: '#215E2C'

red 33 ◦ green 94 ◦ blue 44

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

Shades of Parsley #215E2C

Tints of Parsley #215E2C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.97%

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

R = 19.3%
G = 54.97%
B = 25.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.53

 K value IS 0.63

RGB Variations

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

Color information

#215E2C (or 0x215E2C) is known color: Parsley. HEX triplet: 21, 5E and 2C. RGB value is (33,94,44). Sum of RGB (Red+Green+Blue) = 33+94+44=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 94 (37.11% from 255 or 54.97% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 94 - color contains mainly: green. Hex color #215E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E2C is #DEA1D3. Grayscale: #464646. Windows color (decimal): -14590420 or 2907681. OLE color: 2907681.

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

Color convert

RGB 33 94 44 -
CMYK 0.65 0 0.53 0.63
HSL 130.82º 0.48% 0.25% -
HSV(B) 130.82º 0.65% 0.37% -
XYZ 5.08 8.51 3.76 -
YUV 70.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 33 94 44 0.65 0 0.53 0.63 130.82 0.48 0.25
Hex 21 5E 2C 41 0 35 3F 83 30 19
Octal 41 136 54 101 0 65 77 203 60 31
Binary 100001 1011110 101100 1000001 0 110101 111111 10000011 110000 11001

Color Harmonies of #215E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E2C

Black with #215E2C

Text Example


Text Example

White with #215E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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