#284F2A

Color #284F2A Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #284F2A

Tints of Parsley #284F2A

Color information

#284F2A (or 0x284F2A) is unknown color: approx Parsley. HEX triplet: 28, 4F and 2A. RGB value is (40,79,42). Sum of RGB (Red+Green+Blue) = 40+79+42=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #284F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284F2A is #D7B0D5. Grayscale: #3F3F3F. Windows color (decimal): -14135510 or 2772776. OLE color: 2772776.

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

Color convert

RGB407942-
CMYK0.4900.470.69
HSL123.08º32.77%23.33%-
HSV(B)123.08º49.37%30.98%-
XYZ4.096.213.17-
YUV63.12116.08111.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.84%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=24.84%
G=49.07%
B=26.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4079420.4900.470.69123.0832.7723.33
Hex284F2A3102F457b2117
Octal5011752610571051734127
Binary101000100111110101011000101011111000101111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #284F2A;
 }
 .AnyTagClassName
 {
   color: #284F2A;
 }
</style>
background-color css

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

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

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

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

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

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