Html Css Color HEX #295B2D Parsley

📋 copy color: '#295B2D'

red 41 ◦ green 91 ◦ blue 45

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

Shades of Parsley #295B2D

Tints of Parsley #295B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 51.41%

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

R = 23.16%
G = 51.41%
B = 25.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#295B2D (or 0x295B2D) is known color: Parsley. HEX triplet: 29, 5B and 2D. RGB value is (41,91,45). Sum of RGB (Red+Green+Blue) = 41+91+45=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #295B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295B2D is #D6A4D2. Grayscale: #464646. Windows color (decimal): -14066899 or 2972457. OLE color: 2972457.

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

Color convert

RGB 41 91 45 -
CMYK 0.55 0 0.51 0.64
HSL 124.8º 0.38% 0.26% -
HSV(B) 124.8º 0.55% 0.36% -
XYZ 5.13 8.14 3.78 -
YUV 70.81 113.44 106.74 -
System Red Green Blue C M Y K H S L
Decimal 41 91 45 0.55 0 0.51 0.64 124.8 0.38 0.26
Hex 29 5B 2D 37 0 33 40 7D 26 1A
Octal 51 133 55 67 0 63 100 175 46 32
Binary 101001 1011011 101101 110111 0 110011 1000000 1111101 100110 11010

Color Harmonies of #295B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295B2D

Black with #295B2D

Text Example


Text Example

White with #295B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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