#306038

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

Shades of Parsley #306038

Tints of Parsley #306038

Color information

#306038 (or 0x306038) is unknown color: approx Parsley. HEX triplet: 30, 60 and 38. RGB value is (48,96,56). Sum of RGB (Red+Green+Blue) = 48+96+56=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #306038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306038 is #CF9FC7. Grayscale: #4D4D4D. Windows color (decimal): -13606856 or 3694640. OLE color: 3694640.

HSL color Cylindrical-coordinate representation of color #306038: hue angle of 130º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #306038 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.62.

Color convert

RGB489656-
CMYK0.5000.420.62
HSL130º33.33%28.24%-
HSV(B)130º50%37.65%-
XYZ6.129.285.21-
YUV77.09116.1107.25-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 56 (22.27% from 255) = 28%
R=24%
G=48%
B=28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4896560.5000.420.6213033.3328.24
Hex3060383202A3E82211c
Octal601407062052762024134
Binary110000110000011100011001001010101111101000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306038; }

 p { color: rgb(48,96,56); }

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

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

 a { background-color: rgb(48,96,56); }

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

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

 span { border-color: rgb(48,96,56); }

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