Html Css Color HEX #294F2A Parsley

📋 copy color: '#294F2A'

red 41 ◦ green 79 ◦ blue 42

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

Shades of Parsley #294F2A

Tints of Parsley #294F2A

RGB

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

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

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

R = 25.31%
G = 48.77%
B = 25.93%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#294F2A (or 0x294F2A) is known color: Parsley. HEX triplet: 29, 4F and 2A. RGB value is (41,79,42). Sum of RGB (Red+Green+Blue) = 41+79+42=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #294F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #294F2A is #D6B0D5. Grayscale: #3F3F3F. Windows color (decimal): -14069974 or 2772777. OLE color: 2772777.

HSL color Cylindrical-coordinate representation of color #294F2A: hue angle of 121.58º 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 #294F2A is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 79 42 -
CMYK 0.48 0 0.47 0.69
HSL 121.58º 0.32% 0.24% -
HSV(B) 121.58º 0.48% 0.31% -
XYZ 4.13 6.23 3.18 -
YUV 63.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 41 79 42 0.48 0 0.47 0.69 121.58 0.32 0.24
Hex 29 4F 2A 30 0 2F 45 7A 20 18
Octal 51 117 52 60 0 57 105 172 40 30
Binary 101001 1001111 101010 110000 0 101111 1000101 1111010 100000 11000

Color Harmonies of #294F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F2A

Black with #294F2A

Text Example


Text Example

White with #294F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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