Html Css Color HEX #295A33 Parsley

📋 copy color: '#295A33'

red 41 ◦ green 90 ◦ blue 51

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

Shades of Parsley #295A33

Tints of Parsley #295A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.02%

R = 22.53%
G = 49.45%
B = 28.02%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#295A33 (or 0x295A33) is known color: Parsley. HEX triplet: 29, 5A and 33. RGB value is (41,90,51). Sum of RGB (Red+Green+Blue) = 41+90+51=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 90 (35.55% from 255 or 49.45% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 90 - color contains mainly: green. Hex color #295A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A33 is #D6A5CC. Grayscale: #474747. Windows color (decimal): -14067149 or 3365417. OLE color: 3365417.

HSL color Cylindrical-coordinate representation of color #295A33: hue angle of 132.24º 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 #295A33 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 90 51 -
CMYK 0.54 0 0.43 0.65
HSL 132.24º 0.37% 0.26% -
HSV(B) 132.24º 0.54% 0.35% -
XYZ 5.17 8.02 4.41 -
YUV 70.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 41 90 51 0.54 0 0.43 0.65 132.24 0.37 0.26
Hex 29 5A 33 36 0 2B 41 84 25 1A
Octal 51 132 63 66 0 53 101 204 45 32
Binary 101001 1011010 110011 110110 0 101011 1000001 10000100 100101 11010

Color Harmonies of #295A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A33

Black with #295A33

Text Example


Text Example

White with #295A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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