Html Css Color HEX #295A34 Parsley

📋 copy color: '#295A34'

red 41 ◦ green 90 ◦ blue 52

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

Shades of Parsley #295A34

Tints of Parsley #295A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 22.4%
G = 49.18%
B = 28.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.65

RGB Variations

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

Color information

#295A34 (or 0x295A34) is known color: Parsley. HEX triplet: 29, 5A and 34. RGB value is (41,90,52). Sum of RGB (Red+Green+Blue) = 41+90+52=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #295A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A34 is #D6A5CB. Grayscale: #474747. Windows color (decimal): -14067148 or 3430953. OLE color: 3430953.

HSL color Cylindrical-coordinate representation of color #295A34: hue angle of 133.47º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295A34 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 52 -
CMYK 0.54 0 0.42 0.65
HSL 133.47º 0.37% 0.26% -
HSV(B) 133.47º 0.54% 0.35% -
XYZ 5.19 8.03 4.53 -
YUV 71.02 117.27 106.59 -
System Red Green Blue C M Y K H S L
Decimal 41 90 52 0.54 0 0.42 0.65 133.47 0.37 0.26
Hex 29 5A 34 36 0 2A 41 85 25 1A
Octal 51 132 64 66 0 52 101 205 45 32
Binary 101001 1011010 110100 110110 0 101010 1000001 10000101 100101 11010

Color Harmonies of #295A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A34

Black with #295A34

Text Example


Text Example

White with #295A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,90,52); }

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

background-color css

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

 a { background-color: rgb(41,90,52); }

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

border-color css

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

 span { border-color: rgb(41,90,52); }

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