Html Css Color HEX #215C2A Parsley

📋 copy color: '#215C2A'

red 33 ◦ green 92 ◦ blue 42

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

Shades of Parsley #215C2A

Tints of Parsley #215C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 25.15%

R = 19.76%
G = 55.09%
B = 25.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#215C2A (or 0x215C2A) is known color: Parsley. HEX triplet: 21, 5C and 2A. RGB value is (33,92,42). Sum of RGB (Red+Green+Blue) = 33+92+42=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #215C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215C2A is #DEA3D5. Grayscale: #444444. Windows color (decimal): -14590934 or 2776097. OLE color: 2776097.

HSL color Cylindrical-coordinate representation of color #215C2A: hue angle of 129.15º 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 #215C2A is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 92 42 -
CMYK 0.64 0 0.54 0.64
HSL 129.15º 0.47% 0.25% -
HSV(B) 129.15º 0.64% 0.36% -
XYZ 4.87 8.14 3.51 -
YUV 68.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 33 92 42 0.64 0 0.54 0.64 129.15 0.47 0.25
Hex 21 5C 2A 40 0 36 40 81 2F 19
Octal 41 134 52 100 0 66 100 201 57 31
Binary 100001 1011100 101010 1000000 0 110110 1000000 10000001 101111 11001

Color Harmonies of #215C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C2A

Black with #215C2A

Text Example


Text Example

White with #215C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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