#304E43

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

Shades of Te Papa Green #304E43

Tints of Te Papa Green #304E43

Color information

#304E43 (or 0x304E43) is unknown color: approx Te Papa Green. HEX triplet: 30, 4E and 43. RGB value is (48,78,67). Sum of RGB (Red+Green+Blue) = 48+78+67=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 67 (26.56% from 255 or 34.72% from 193); Max value from RGB is 78 - color contains mainly: green. Hex color #304E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E43 is #CFB1BC. Grayscale: #434343. Windows color (decimal): -13611453 or 4410928. OLE color: 4410928.

HSL color Cylindrical-coordinate representation of color #304E43: hue angle of 158º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #304E43 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB487867-
CMYK0.3800.140.69
HSL158º23.81%24.71%-
HSV(B)158º38.46%30.59%-
XYZ4.966.486.3-
YUV67.78127.56113.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 67 (26.56% from 255) = 34.72%
R=24.87%
G=40.41%
B=34.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878670.3800.140.6915823.8124.71
Hex304E43260E459e1819
Octal60116103460161052363031
Binary11000010011101000011100110011101000101100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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