#2D622F

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

Shades of Parsley #2D622F

Tints of Parsley #2D622F

Color information

#2D622F (or 0x2D622F) is unknown color: approx Parsley. HEX triplet: 2D, 62 and 2F. RGB value is (45,98,47). Sum of RGB (Red+Green+Blue) = 45+98+47=190 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.68% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #2D622F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D622F is #D29DD0. Grayscale: #4C4C4C. Windows color (decimal): -13802961 or 3105325. OLE color: 3105325.

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

Color convert

RGB459847-
CMYK0.5400.520.62
HSL122.26º37.06%28.04%-
HSV(B)122.26º54.08%38.43%-
XYZ5.969.54.21-
YUV76.34111.44105.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.68%
GREEN value IS 98 (38.67% from 255) = 51.58%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=23.68%
G=51.58%
B=24.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4598470.5400.520.62122.2637.0628.04
Hex2D622F360343E7a251c
Octal551425766064761724534
Binary10110111000101011111101100110100111110111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D622F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,98,47); }

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

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

 a { background-color: rgb(45,98,47); }

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

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

 span { border-color: rgb(45,98,47); }

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