#30622D

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

Shades of Parsley #30622D

Tints of Parsley #30622D

Color information

#30622D (or 0x30622D) is unknown color: approx Parsley. HEX triplet: 30, 62 and 2D. RGB value is (48,98,45). Sum of RGB (Red+Green+Blue) = 48+98+45=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 98 (38.67% from 255 or 51.31% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 98 - color contains mainly: green. Hex color #30622D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30622D is #CF9DD2. Grayscale: #4D4D4D. Windows color (decimal): -13606355 or 2974256. OLE color: 2974256.

HSL color Cylindrical-coordinate representation of color #30622D: hue angle of 116.6º 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 #30622D is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB489845-
CMYK0.5100.540.62
HSL116.6º37.06%28.04%-
HSV(B)116.6º54.08%38.43%-
XYZ6.069.554.01-
YUV77.01109.94107.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 98 (38.67% from 255) = 51.31%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=25.13%
G=51.31%
B=23.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898450.5100.540.62116.637.0628.04
Hex30622D330363E75251c
Octal601425563066761654534
Binary11000011000101011011100110110110111110111010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30622D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30622D; }

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

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

<style>
 a { background-color: #30622D; }

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

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

<style>
 span { border-color: #30622D; }

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

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