Html Css Color HEX #215A25 Parsley

📋 copy color: '#215A25'

red 33 ◦ green 90 ◦ blue 37

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

Shades of Parsley #215A25

Tints of Parsley #215A25

RGB

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

 GREEN value IS 90 (35.55% from 255) = 56.25%

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

R = 20.63%
G = 56.25%
B = 23.13%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#215A25 (or 0x215A25) is known color: Parsley. HEX triplet: 21, 5A and 25. RGB value is (33,90,37). Sum of RGB (Red+Green+Blue) = 33+90+37=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 90 (35.55% from 255 or 56.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 90 - color contains mainly: green. Hex color #215A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215A25 is #DEA5DA. Grayscale: #434343. Windows color (decimal): -14591451 or 2447905. OLE color: 2447905.

HSL color Cylindrical-coordinate representation of color #215A25: hue angle of 124.21º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #215A25 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB 33 90 37 -
CMYK 0.63 0 0.59 0.65
HSL 124.21º 0.46% 0.24% -
HSV(B) 124.21º 0.63% 0.35% -
XYZ 4.62 7.77 3.01 -
YUV 66.92 111.12 103.81 -
System Red Green Blue C M Y K H S L
Decimal 33 90 37 0.63 0 0.59 0.65 124.21 0.46 0.24
Hex 21 5A 25 3F 0 3B 41 7C 2E 18
Octal 41 132 45 77 0 73 101 174 56 30
Binary 100001 1011010 100101 111111 0 111011 1000001 1111100 101110 11000

Color Harmonies of #215A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215A25

Black with #215A25

Text Example


Text Example

White with #215A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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