Html Css Color HEX #295D2C Parsley

📋 copy color: '#295D2C'

red 41 ◦ green 93 ◦ blue 44

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

Shades of Parsley #295D2C

Tints of Parsley #295D2C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 52.25%

 BLUE value IS 44 (17.58% from 255) = 24.72%

R = 23.03%
G = 52.25%
B = 24.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#295D2C (or 0x295D2C) is known color: Parsley. HEX triplet: 29, 5D and 2C. RGB value is (41,93,44). Sum of RGB (Red+Green+Blue) = 41+93+44=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 93 (36.72% from 255 or 52.25% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 93 - color contains mainly: green. Hex color #295D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295D2C is #D6A2D3. Grayscale: #484848. Windows color (decimal): -14066388 or 2907433. OLE color: 2907433.

HSL color Cylindrical-coordinate representation of color #295D2C: hue angle of 123.46º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295D2C is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 93 44 -
CMYK 0.56 0 0.53 0.64
HSL 123.46º 0.39% 0.26% -
HSV(B) 123.46º 0.56% 0.36% -
XYZ 5.28 8.48 3.74 -
YUV 71.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 41 93 44 0.56 0 0.53 0.64 123.46 0.39 0.26
Hex 29 5D 2C 38 0 35 40 7B 27 1A
Octal 51 135 54 70 0 65 100 173 47 32
Binary 101001 1011101 101100 111000 0 110101 1000000 1111011 100111 11010

Color Harmonies of #295D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295D2C

Black with #295D2C

Text Example


Text Example

White with #295D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295D2C; }

 p { color: rgb(41,93,44); }

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

background-color css

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

 a { background-color: rgb(41,93,44); }

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

border-color css

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

 span { border-color: rgb(41,93,44); }

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