Html Css Color HEX #295332 Parsley

📋 copy color: '#295332'

red 41 ◦ green 83 ◦ blue 50

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

Shades of Parsley #295332

Tints of Parsley #295332

RGB

 RED value IS 41 (16.41% from 255) = 23.56%

 GREEN value IS 83 (32.81% from 255) = 47.7%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 23.56%
G = 47.7%
B = 28.74%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#295332 (or 0x295332) is known color: Parsley. HEX triplet: 29, 53 and 32. RGB value is (41,83,50). Sum of RGB (Red+Green+Blue) = 41+83+50=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #295332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295332 is #D6ACCD. Grayscale: #424242. Windows color (decimal): -14068942 or 3298089. OLE color: 3298089.

HSL color Cylindrical-coordinate representation of color #295332: hue angle of 132.86º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295332 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 50 -
CMYK 0.51 0 0.40 0.67
HSL 132.86º 0.34% 0.24% -
HSV(B) 132.86º 0.51% 0.33% -
XYZ 4.58 6.89 4.11 -
YUV 66.68 118.59 109.68 -
System Red Green Blue C M Y K H S L
Decimal 41 83 50 0.51 0 0.40 0.67 132.86 0.34 0.24
Hex 29 53 32 33 0 28 43 85 22 18
Octal 51 123 62 63 0 50 103 205 42 30
Binary 101001 1010011 110010 110011 0 101000 1000011 10000101 100010 11000

Color Harmonies of #295332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295332

Black with #295332

Text Example


Text Example

White with #295332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295332; }

 p { color: rgb(41,83,50); }

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

background-color css

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

 a { background-color: rgb(41,83,50); }

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

border-color css

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

 span { border-color: rgb(41,83,50); }

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