Html Css Color HEX #295E2A Parsley

📋 copy color: '#295E2A'

red 41 ◦ green 94 ◦ blue 42

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

Shades of Parsley #295E2A

Tints of Parsley #295E2A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 53.11%

 BLUE value IS 42 (16.8% from 255) = 23.73%

R = 23.16%
G = 53.11%
B = 23.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#295E2A (or 0x295E2A) is known color: Parsley. HEX triplet: 29, 5E and 2A. RGB value is (41,94,42). Sum of RGB (Red+Green+Blue) = 41+94+42=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #295E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295E2A is #D6A1D5. Grayscale: #484848. Windows color (decimal): -14066134 or 2776617. OLE color: 2776617.

HSL color Cylindrical-coordinate representation of color #295E2A: hue angle of 121.13º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #295E2A is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 41 94 42 -
CMYK 0.56 0 0.55 0.63
HSL 121.13º 0.39% 0.26% -
HSV(B) 121.13º 0.56% 0.37% -
XYZ 5.34 8.64 3.58 -
YUV 72.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 41 94 42 0.56 0 0.55 0.63 121.13 0.39 0.26
Hex 29 5E 2A 38 0 37 3F 79 27 1A
Octal 51 136 52 70 0 67 77 171 47 32
Binary 101001 1011110 101010 111000 0 110111 111111 1111001 100111 11010

Color Harmonies of #295E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295E2A

Black with #295E2A

Text Example


Text Example

White with #295E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,94,42); }

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

background-color css

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

 a { background-color: rgb(41,94,42); }

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

border-color css

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

 span { border-color: rgb(41,94,42); }

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