#305C44

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

Shades of Green Pea #305C44

Tints of Green Pea #305C44

Color information

#305C44 (or 0x305C44) is unknown color: approx Green Pea. HEX triplet: 30, 5C and 44. RGB value is (48,92,68). Sum of RGB (Red+Green+Blue) = 48+92+68=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #305C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C44 is #CFA3BB. Grayscale: #4C4C4C. Windows color (decimal): -13607868 or 4480048. OLE color: 4480048.

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

Color convert

RGB489268-
CMYK0.4800.260.64
HSL147.27º31.43%27.45%-
HSV(B)147.27º47.83%36.08%-
XYZ6.098.76.83-
YUV76.11123.42107.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=23.08%
G=44.23%
B=32.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892680.4800.260.64147.2731.4327.45
Hex305C443001A40931f1b
Octal60134104600321002233733
Binary110000101110010001001100000110101000000100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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