Html Css Color HEX #294E2D Parsley

📋 copy color: '#294E2D'

red 41 ◦ green 78 ◦ blue 45

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

Shades of Parsley #294E2D

Tints of Parsley #294E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.56%

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

R = 25%
G = 47.56%
B = 27.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#294E2D (or 0x294E2D) is known color: Parsley. HEX triplet: 29, 4E and 2D. RGB value is (41,78,45). Sum of RGB (Red+Green+Blue) = 41+78+45=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 78 (30.86% from 255 or 47.56% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 78 - color contains mainly: green. Hex color #294E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294E2D is #D6B1D2. Grayscale: #3F3F3F. Windows color (decimal): -14070227 or 2969129. OLE color: 2969129.

HSL color Cylindrical-coordinate representation of color #294E2D: hue angle of 126.49º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #294E2D is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 78 45 -
CMYK 0.47 0 0.42 0.69
HSL 126.49º 0.31% 0.23% -
HSV(B) 126.49º 0.47% 0.31% -
XYZ 4.11 6.11 3.45 -
YUV 63.18 117.74 112.18 -
System Red Green Blue C M Y K H S L
Decimal 41 78 45 0.47 0 0.42 0.69 126.49 0.31 0.23
Hex 29 4E 2D 2F 0 2A 45 7E 1F 17
Octal 51 116 55 57 0 52 105 176 37 27
Binary 101001 1001110 101101 101111 0 101010 1000101 1111110 11111 10111

Color Harmonies of #294E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294E2D

Black with #294E2D

Text Example


Text Example

White with #294E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #294E2D; }

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

 H1.HeaderClassName
 {
   color: #294E2D;
 }
 .AnyTagClassName
 {
   color: #294E2D;
 }
</style>

background-color css

<style>
 a { background-color: #294E2D; }

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

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

border-color css

<style>
 span { border-color: #294E2D; }

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

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