#306342

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

Shades of Green Pea #306342

Tints of Green Pea #306342

Color information

#306342 (or 0x306342) is unknown color: approx Green Pea. HEX triplet: 30, 63 and 42. RGB value is (48,99,66). Sum of RGB (Red+Green+Blue) = 48+99+66=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #306342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306342 is #CF9CBD. Grayscale: #505050. Windows color (decimal): -13606078 or 4350768. OLE color: 4350768.

HSL color Cylindrical-coordinate representation of color #306342: hue angle of 141.18º 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 #306342 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB489966-
CMYK0.5200.330.61
HSL141.18º34.69%28.82%-
HSV(B)141.18º51.52%38.82%-
XYZ6.669.956.72-
YUV79.99120.1105.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=22.54%
G=46.48%
B=30.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4899660.5200.330.61141.1834.6928.82
Hex306342340213D8d231d
Octal6014310264041752154335
Binary1100001100011100001011010001000011111011000110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306342; }

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

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

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

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

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

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

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

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