#2F602B

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

Shades of Parsley #2F602B

Tints of Parsley #2F602B

Color information

#2F602B (or 0x2F602B) is unknown color: approx Parsley. HEX triplet: 2F, 60 and 2B. RGB value is (47,96,43). Sum of RGB (Red+Green+Blue) = 47+96+43=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #2F602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F602B is #D09FD4. Grayscale: #4B4B4B. Windows color (decimal): -13672405 or 2842671. OLE color: 2842671.

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

Color convert

RGB479643-
CMYK0.5100.550.62
HSL115.47º38.13%27.25%-
HSV(B)115.47º55.21%37.65%-
XYZ5.799.143.75-
YUV75.31109.77107.81-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 96 (37.89% from 255) = 51.61%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=25.27%
G=51.61%
B=23.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4796430.5100.550.62115.4738.1327.25
Hex2F602B330373E73261b
Octal571405363067761634633
Binary10111111000001010111100110110111111110111001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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