#306432

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

Shades of Parsley #306432

Tints of Parsley #306432

Color information

#306432 (or 0x306432) is unknown color: approx Parsley. HEX triplet: 30, 64 and 32. RGB value is (48,100,50). Sum of RGB (Red+Green+Blue) = 48+100+50=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #306432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306432 is #CF9BCD. Grayscale: #4E4E4E. Windows color (decimal): -13605838 or 3302448. OLE color: 3302448.

HSL color Cylindrical-coordinate representation of color #306432: hue angle of 122.31º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306432 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB4810050-
CMYK0.5200.500.61
HSL122.31º35.14%29.02%-
HSV(B)122.31º52%39.22%-
XYZ6.359.974.61-
YUV78.75111.77106.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 100 (39.45% from 255) = 50.51%
BLUE value IS 50 (19.92% from 255) = 25.25%
R=24.24%
G=50.51%
B=25.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48100500.5200.500.61122.3135.1429.02
Hex306432340323D7a231d
Octal601446264062751724335
Binary11000011001001100101101000110010111101111101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306432; }

 p { color: rgb(48,100,50); }

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

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

 a { background-color: rgb(48,100,50); }

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

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

 span { border-color: rgb(48,100,50); }

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