Html Css Color HEX #295A2D Parsley

📋 copy color: '#295A2D'

red 41 ◦ green 90 ◦ blue 45

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

Shades of Parsley #295A2D

Tints of Parsley #295A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.57%

R = 23.3%
G = 51.14%
B = 25.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#295A2D (or 0x295A2D) is known color: Parsley. HEX triplet: 29, 5A and 2D. RGB value is (41,90,45). Sum of RGB (Red+Green+Blue) = 41+90+45=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2D is #D6A5D2. Grayscale: #464646. Windows color (decimal): -14067155 or 2972201. OLE color: 2972201.

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

Color convert

RGB 41 90 45 -
CMYK 0.54 0 0.50 0.65
HSL 124.9º 0.37% 0.26% -
HSV(B) 124.9º 0.54% 0.35% -
XYZ 5.04 7.97 3.76 -
YUV 70.22 113.77 107.16 -
System Red Green Blue C M Y K H S L
Decimal 41 90 45 0.54 0 0.50 0.65 124.9 0.37 0.26
Hex 29 5A 2D 36 0 32 41 7D 25 1A
Octal 51 132 55 66 0 62 101 175 45 32
Binary 101001 1011010 101101 110110 0 110010 1000001 1111101 100101 11010

Color Harmonies of #295A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A2D

Black with #295A2D

Text Example


Text Example

White with #295A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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