#305F42

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

Shades of Green Pea #305F42

Tints of Green Pea #305F42

Color information

#305F42 (or 0x305F42) is unknown color: approx Green Pea. HEX triplet: 30, 5F and 42. RGB value is (48,95,66). Sum of RGB (Red+Green+Blue) = 48+95+66=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 95 - color contains mainly: green. Hex color #305F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305F42 is #CFA0BD. Grayscale: #4D4D4D. Windows color (decimal): -13607102 or 4349744. OLE color: 4349744.

HSL color Cylindrical-coordinate representation of color #305F42: hue angle of 142.98º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #305F42 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.

Color convert

RGB489566-
CMYK0.4900.310.63
HSL142.98º32.87%28.04%-
HSV(B)142.98º49.47%37.25%-
XYZ6.299.216.6-
YUV77.64121.43106.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 95 (37.5% from 255) = 45.45%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=22.97%
G=45.45%
B=31.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4895660.4900.310.63142.9832.8728.04
Hex305F423101F3F8f211c
Octal6013710261037772174134
Binary110000101111110000101100010111111111111000111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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