#306348

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

Shades of Green Pea #306348

Tints of Green Pea #306348

Color information

#306348 (or 0x306348) is unknown color: approx Green Pea. HEX triplet: 30, 63 and 48. RGB value is (48,99,72). Sum of RGB (Red+Green+Blue) = 48+99+72=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #306348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306348 is #CF9CB7. Grayscale: #505050. Windows color (decimal): -13606072 or 4743984. OLE color: 4743984.

HSL color Cylindrical-coordinate representation of color #306348: hue angle of 148.24º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #306348 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB489972-
CMYK0.5200.270.61
HSL148.24º34.69%28.82%-
HSV(B)148.24º51.52%38.82%-
XYZ6.8510.027.7-
YUV80.67123.1104.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=21.92%
G=45.21%
B=32.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899720.5200.270.61148.2434.6928.82
Hex3063483401B3D94231d
Octal6014311064033752244335
Binary110000110001110010001101000110111111011001010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306348; }

 p { color: rgb(48,99,72); }

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

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

 a { background-color: rgb(48,99,72); }

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

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

 span { border-color: rgb(48,99,72); }

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