Html Css Color HEX #295A2F Parsley

📋 copy color: '#295A2F'

red 41 ◦ green 90 ◦ blue 47

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

Shades of Parsley #295A2F

Tints of Parsley #295A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 26.4%

R = 23.03%
G = 50.56%
B = 26.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#295A2F (or 0x295A2F) is known color: Parsley. HEX triplet: 29, 5A and 2F. RGB value is (41,90,47). Sum of RGB (Red+Green+Blue) = 41+90+47=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #295A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295A2F is #D6A5D0. Grayscale: #464646. Windows color (decimal): -14067153 or 3103273. OLE color: 3103273.

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

Color convert

RGB 41 90 47 -
CMYK 0.54 0 0.48 0.65
HSL 127.35º 0.37% 0.26% -
HSV(B) 127.35º 0.54% 0.35% -
XYZ 5.08 7.99 3.96 -
YUV 70.45 114.77 107 -
System Red Green Blue C M Y K H S L
Decimal 41 90 47 0.54 0 0.48 0.65 127.35 0.37 0.26
Hex 29 5A 2F 36 0 30 41 7F 25 1A
Octal 51 132 57 66 0 60 101 177 45 32
Binary 101001 1011010 101111 110110 0 110000 1000001 1111111 100101 11010

Color Harmonies of #295A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A2F

Black with #295A2F

Text Example


Text Example

White with #295A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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