Html Css Color HEX #215128 Parsley

📋 copy color: '#215128'

red 33 ◦ green 81 ◦ blue 40

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

Shades of Parsley #215128

Tints of Parsley #215128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.6%

 BLUE value IS 40 (16.02% from 255) = 25.97%

R = 21.43%
G = 52.6%
B = 25.97%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#215128 (or 0x215128) is known color: Parsley. HEX triplet: 21, 51 and 28. RGB value is (33,81,40). Sum of RGB (Red+Green+Blue) = 33+81+40=154 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.43% from 154); Green value is 81 (32.03% from 255 or 52.60% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 81 - color contains mainly: green. Hex color #215128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215128 is #DEAED7. Grayscale: #3E3E3E. Windows color (decimal): -14593752 or 2642209. OLE color: 2642209.

HSL color Cylindrical-coordinate representation of color #215128: hue angle of 128.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215128 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 33 81 40 -
CMYK 0.59 0 0.51 0.68
HSL 128.75º 0.42% 0.22% -
HSV(B) 128.75º 0.59% 0.32% -
XYZ 3.95 6.36 3.03 -
YUV 61.97 115.6 107.33 -
System Red Green Blue C M Y K H S L
Decimal 33 81 40 0.59 0 0.51 0.68 128.75 0.42 0.22
Hex 21 51 28 3B 0 33 44 81 2A 16
Octal 41 121 50 73 0 63 104 201 52 26
Binary 100001 1010001 101000 111011 0 110011 1000100 10000001 101010 10110

Color Harmonies of #215128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215128

Black with #215128

Text Example


Text Example

White with #215128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215128; }

 p { color: rgb(33,81,40); }

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

background-color css

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

 a { background-color: rgb(33,81,40); }

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

border-color css

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

 span { border-color: rgb(33,81,40); }

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