#305D44

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

Shades of Green Pea #305D44

Tints of Green Pea #305D44

Color information

#305D44 (or 0x305D44) is unknown color: approx Green Pea. HEX triplet: 30, 5D and 44. RGB value is (48,93,68). Sum of RGB (Red+Green+Blue) = 48+93+68=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 93 - color contains mainly: green. Hex color #305D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305D44 is #CFA2BB. Grayscale: #4C4C4C. Windows color (decimal): -13607612 or 4480304. OLE color: 4480304.

HSL color Cylindrical-coordinate representation of color #305D44: hue angle of 146.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 #305D44 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB489368-
CMYK0.4800.270.64
HSL146.67º31.91%27.65%-
HSV(B)146.67º48.39%36.47%-
XYZ6.188.876.86-
YUV76.69123.09107.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 93 (36.72% from 255) = 44.50%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=22.97%
G=44.50%
B=32.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4893680.4800.270.64146.6731.9127.65
Hex305D443001B4093201c
Octal60135104600331002234034
Binary1100001011101100010011000001101110000001001001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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