#2F5A2A

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

Shades of Parsley #2F5A2A

Tints of Parsley #2F5A2A

Color information

#2F5A2A (or 0x2F5A2A) is unknown color: approx Parsley. HEX triplet: 2F, 5A and 2A. RGB value is (47,90,42). Sum of RGB (Red+Green+Blue) = 47+90+42=179 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.26% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A2A is #D0A5D5. Grayscale: #474747. Windows color (decimal): -13673942 or 2775599. OLE color: 2775599.

HSL color Cylindrical-coordinate representation of color #2F5A2A: hue angle of 113.75º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F5A2A is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB479042-
CMYK0.4800.530.65
HSL113.75º36.36%25.88%-
HSV(B)113.75º53.33%35.29%-
XYZ5.258.083.47-
YUV71.67111.25110.4-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.26%
GREEN value IS 90 (35.55% from 255) = 50.28%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=26.26%
G=50.28%
B=23.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4790420.4800.530.65113.7536.3625.88
Hex2F5A2A300354172241a
Octal5713252600651011624432
Binary101111101101010101011000001101011000001111001010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5A2A; }

 p { color: rgb(47,90,42); }

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

<style>
 a { background-color: #2F5A2A; }

 a { background-color: rgb(47,90,42); }

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

<style>
 span { border-color: #2F5A2A; }

 span { border-color: rgb(47,90,42); }

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