#305D41

Color #305D41 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #305D41

Tints of Green Pea #305D41

Color information

#305D41 (or 0x305D41) is unknown color: approx Green Pea. HEX triplet: 30, 5D and 41. RGB value is (48,93,65). Sum of RGB (Red+Green+Blue) = 48+93+65=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #305D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D41 is #CFA2BE. Grayscale: #4C4C4C. Windows color (decimal): -13607615 or 4283696. OLE color: 4283696.

HSL color Cylindrical-coordinate representation of color #305D41: hue angle of 142.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #305D41 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB489365-
CMYK0.4800.300.64
HSL142.67º31.91%27.65%-
HSV(B)142.67º48.39%36.47%-
XYZ6.098.846.39-
YUV76.35121.59107.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 93 (36.72% from 255) = 45.15%
BLUE value IS 65 (25.78% from 255) = 31.55%
R=23.30%
G=45.15%
B=31.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893650.4800.300.64142.6731.9127.65
Hex305D413001E408f201c
Octal60135101600361002174034
Binary1100001011101100000111000001111010000001000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D41; }

 p { color: rgb(48,93,65); }

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

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

 a { background-color: rgb(48,93,65); }

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

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

 span { border-color: rgb(48,93,65); }

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