#304C43

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

Shades of Te Papa Green #304C43

Tints of Te Papa Green #304C43

Color information

#304C43 (or 0x304C43) is unknown color: approx Te Papa Green. HEX triplet: 30, 4C and 43. RGB value is (48,76,67). Sum of RGB (Red+Green+Blue) = 48+76+67=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 76 - color contains mainly: green. Hex color #304C43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C43 is #CFB3BC. Grayscale: #424242. Windows color (decimal): -13611965 or 4410416. OLE color: 4410416.

HSL color Cylindrical-coordinate representation of color #304C43: hue angle of 160.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #304C43 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB487667-
CMYK0.3700.120.70
HSL160.71º22.58%24.31%-
HSV(B)160.71º36.84%29.8%-
XYZ4.826.26.25-
YUV66.6128.22114.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=25.13%
G=39.79%
B=35.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876670.3700.120.70160.7122.5824.31
Hex304C43250C46a11718
Octal60114103450141062412730
Binary11000010011001000011100101011001000110101000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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