#2F602E

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

Shades of Parsley #2F602E

Tints of Parsley #2F602E

Color information

#2F602E (or 0x2F602E) is unknown color: approx Parsley. HEX triplet: 2F, 60 and 2E. RGB value is (47,96,46). Sum of RGB (Red+Green+Blue) = 47+96+46=189 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.87% from 189); Green value is 96 (37.89% from 255 or 50.79% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 96 - color contains mainly: green. Hex color #2F602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F602E is #D09FD1. Grayscale: #4B4B4B. Windows color (decimal): -13672402 or 3039279. OLE color: 3039279.

HSL color Cylindrical-coordinate representation of color #2F602E: hue angle of 118.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F602E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB479646-
CMYK0.5100.520.62
HSL118.8º35.21%27.84%-
HSV(B)118.8º52.08%37.65%-
XYZ5.859.174.05-
YUV75.65111.27107.57-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.87%
GREEN value IS 96 (37.89% from 255) = 50.79%
BLUE value IS 46 (18.36% from 255) = 24.34%
R=24.87%
G=50.79%
B=24.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796460.5100.520.62118.835.2127.84
Hex2F602E330343E77231c
Octal571405663064761674334
Binary10111111000001011101100110110100111110111011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,96,46); }

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

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

 a { background-color: rgb(47,96,46); }

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

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

 span { border-color: rgb(47,96,46); }

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