#305135

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

Shades of Parsley #305135

Tints of Parsley #305135

Color information

#305135 (or 0x305135) is unknown color: approx Parsley. HEX triplet: 30, 51 and 35. RGB value is (48,81,53). Sum of RGB (Red+Green+Blue) = 48+81+53=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #305135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305135 is #CFAECA. Grayscale: #444444. Windows color (decimal): -13610699 or 3494192. OLE color: 3494192.

HSL color Cylindrical-coordinate representation of color #305135: hue angle of 129.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305135 is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB488153-
CMYK0.4100.350.68
HSL129.09º25.58%25.29%-
HSV(B)129.09º40.74%31.76%-
XYZ4.86.774.42-
YUV67.94119.57113.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=26.37%
G=44.51%
B=29.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881530.4100.350.68129.0925.5825.29
Hex3051352902344811a19
Octal6012165510431042013231
Binary110000101000111010110100101000111000100100000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305135; }

 p { color: rgb(48,81,53); }

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

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

 a { background-color: rgb(48,81,53); }

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

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

 span { border-color: rgb(48,81,53); }

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