Html Css Color HEX #215E27 Parsley

📋 copy color: '#215E27'

red 33 ◦ green 94 ◦ blue 39

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

Shades of Parsley #215E27

Tints of Parsley #215E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.49%

R = 19.88%
G = 56.63%
B = 23.49%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.63

RGB Variations

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

Color information

#215E27 (or 0x215E27) is known color: Parsley. HEX triplet: 21, 5E and 27. RGB value is (33,94,39). Sum of RGB (Red+Green+Blue) = 33+94+39=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 94 (37.11% from 255 or 56.63% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 94 - color contains mainly: green. Hex color #215E27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215E27 is #DEA1D8. Grayscale: #454545. Windows color (decimal): -14590425 or 2580001. OLE color: 2580001.

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

Color convert

RGB 33 94 39 -
CMYK 0.65 0 0.59 0.63
HSL 125.9º 0.48% 0.25% -
HSV(B) 125.9º 0.65% 0.37% -
XYZ 5 8.48 3.29 -
YUV 69.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 33 94 39 0.65 0 0.59 0.63 125.9 0.48 0.25
Hex 21 5E 27 41 0 3B 3F 7E 30 19
Octal 41 136 47 101 0 73 77 176 60 31
Binary 100001 1011110 100111 1000001 0 111011 111111 1111110 110000 11001

Color Harmonies of #215E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215E27

Black with #215E27

Text Example


Text Example

White with #215E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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