#305A42

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

Shades of Green Pea #305A42

Tints of Green Pea #305A42

Color information

#305A42 (or 0x305A42) is unknown color: approx Green Pea. HEX triplet: 30, 5A and 42. RGB value is (48,90,66). Sum of RGB (Red+Green+Blue) = 48+90+66=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #305A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305A42 is #CFA5BD. Grayscale: #4A4A4A. Windows color (decimal): -13608382 or 4348464. OLE color: 4348464.

HSL color Cylindrical-coordinate representation of color #305A42: hue angle of 145.71º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #305A42 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB489066-
CMYK0.4700.270.65
HSL145.71º30.43%27.06%-
HSV(B)145.71º46.67%35.29%-
XYZ5.868.336.45-
YUV74.71123.09108.95-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 90 (35.55% from 255) = 44.12%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=23.53%
G=44.12%
B=32.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4890660.4700.270.65145.7130.4327.06
Hex305A422F01B41921e1b
Octal60132102570331012223633
Binary110000101101010000101011110110111000001100100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,90,66); }

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

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

 a { background-color: rgb(48,90,66); }

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

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

 span { border-color: rgb(48,90,66); }

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