Html Css Color HEX #215B26 Parsley

📋 copy color: '#215B26'

red 33 ◦ green 91 ◦ blue 38

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

Shades of Parsley #215B26

Tints of Parsley #215B26

RGB

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

 GREEN value IS 91 (35.94% from 255) = 56.17%

 BLUE value IS 38 (15.23% from 255) = 23.46%

R = 20.37%
G = 56.17%
B = 23.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.58

 K value IS 0.64

RGB Variations

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

Color information

#215B26 (or 0x215B26) is known color: Parsley. HEX triplet: 21, 5B and 26. RGB value is (33,91,38). Sum of RGB (Red+Green+Blue) = 33+91+38=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 38 (15.23% from 255 or 23.46% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #215B26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215B26 is #DEA4D9. Grayscale: #434343. Windows color (decimal): -14591194 or 2513697. OLE color: 2513697.

HSL color Cylindrical-coordinate representation of color #215B26: hue angle of 125.17º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #215B26 is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 91 38 -
CMYK 0.64 0 0.58 0.64
HSL 125.17º 0.47% 0.24% -
HSV(B) 125.17º 0.64% 0.36% -
XYZ 4.72 7.95 3.12 -
YUV 67.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 33 91 38 0.64 0 0.58 0.64 125.17 0.47 0.24
Hex 21 5B 26 40 0 3A 40 7D 2F 18
Octal 41 133 46 100 0 72 100 175 57 30
Binary 100001 1011011 100110 1000000 0 111010 1000000 1111101 101111 11000

Color Harmonies of #215B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215B26

Black with #215B26

Text Example


Text Example

White with #215B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,91,38); }

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

background-color css

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

 a { background-color: rgb(33,91,38); }

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

border-color css

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

 span { border-color: rgb(33,91,38); }

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