Html Css Color HEX #294F2E Parsley

📋 copy color: '#294F2E'

red 41 ◦ green 79 ◦ blue 46

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

Shades of Parsley #294F2E

Tints of Parsley #294F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.59%

 BLUE value IS 46 (18.36% from 255) = 27.71%

R = 24.7%
G = 47.59%
B = 27.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#294F2E (or 0x294F2E) is known color: Parsley. HEX triplet: 29, 4F and 2E. RGB value is (41,79,46). Sum of RGB (Red+Green+Blue) = 41+79+46=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #294F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F2E is #D6B0D1. Grayscale: #3F3F3F. Windows color (decimal): -14069970 or 3034921. OLE color: 3034921.

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

Color convert

RGB 41 79 46 -
CMYK 0.48 0 0.42 0.69
HSL 127.89º 0.32% 0.24% -
HSV(B) 127.89º 0.48% 0.31% -
XYZ 4.2 6.26 3.57 -
YUV 63.88 117.91 111.68 -
System Red Green Blue C M Y K H S L
Decimal 41 79 46 0.48 0 0.42 0.69 127.89 0.32 0.24
Hex 29 4F 2E 30 0 2A 45 80 20 18
Octal 51 117 56 60 0 52 105 200 40 30
Binary 101001 1001111 101110 110000 0 101010 1000101 10000000 100000 11000

Color Harmonies of #294F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F2E

Black with #294F2E

Text Example


Text Example

White with #294F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,79,46); }

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

background-color css

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

 a { background-color: rgb(41,79,46); }

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

border-color css

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

 span { border-color: rgb(41,79,46); }

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