Html Css Color HEX #215C25 Parsley

📋 copy color: '#215C25'

red 33 ◦ green 92 ◦ blue 37

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

Shades of Parsley #215C25

Tints of Parsley #215C25

RGB

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

 GREEN value IS 92 (36.33% from 255) = 56.79%

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 20.37%
G = 56.79%
B = 22.84%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.64

RGB Variations

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

Color information

#215C25 (or 0x215C25) is known color: Parsley. HEX triplet: 21, 5C and 25. RGB value is (33,92,37). Sum of RGB (Red+Green+Blue) = 33+92+37=162 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.37% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #215C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C25 is #DEA3DA. Grayscale: #444444. Windows color (decimal): -14590939 or 2448417. OLE color: 2448417.

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

Color convert

RGB 33 92 37 -
CMYK 0.64 0 0.60 0.64
HSL 124.07º 0.47% 0.25% -
HSV(B) 124.07º 0.64% 0.36% -
XYZ 4.79 8.11 3.06 -
YUV 68.09 110.45 102.97 -
System Red Green Blue C M Y K H S L
Decimal 33 92 37 0.64 0 0.60 0.64 124.07 0.47 0.25
Hex 21 5C 25 40 0 3C 40 7C 2F 19
Octal 41 134 45 100 0 74 100 174 57 31
Binary 100001 1011100 100101 1000000 0 111100 1000000 1111100 101111 11001

Color Harmonies of #215C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C25

Black with #215C25

Text Example


Text Example

White with #215C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,37); }

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

background-color css

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

 a { background-color: rgb(33,92,37); }

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

border-color css

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

 span { border-color: rgb(33,92,37); }

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