#305C43

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

Shades of Green Pea #305C43

Tints of Green Pea #305C43

Color information

#305C43 (or 0x305C43) is unknown color: approx Green Pea. HEX triplet: 30, 5C and 43. RGB value is (48,92,67). Sum of RGB (Red+Green+Blue) = 48+92+67=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 92 (36.33% from 255 or 44.44% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 92 - color contains mainly: green. Hex color #305C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305C43 is #CFA3BC. Grayscale: #4C4C4C. Windows color (decimal): -13607869 or 4414512. OLE color: 4414512.

HSL color Cylindrical-coordinate representation of color #305C43: hue angle of 145.91º 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 #305C43 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB489267-
CMYK0.4800.270.64
HSL145.91º31.43%27.45%-
HSV(B)145.91º47.83%36.08%-
XYZ6.068.696.67-
YUV75.99122.92108.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 92 (36.33% from 255) = 44.44%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=23.19%
G=44.44%
B=32.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4892670.4800.270.64145.9131.4327.45
Hex305C433001B40921f1b
Octal60134103600331002223733
Binary110000101110010000111100000110111000000100100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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