#304E40

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

Shades of Te Papa Green #304E40

Tints of Te Papa Green #304E40

Color information

#304E40 (or 0x304E40) is unknown color: approx Te Papa Green. HEX triplet: 30, 4E and 40. RGB value is (48,78,64). Sum of RGB (Red+Green+Blue) = 48+78+64=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #304E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304E40 is #CFB1BF. Grayscale: #434343. Windows color (decimal): -13611456 or 4214320. OLE color: 4214320.

HSL color Cylindrical-coordinate representation of color #304E40: hue angle of 152º 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 #304E40 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB487864-
CMYK0.3800.180.69
HSL152º23.81%24.71%-
HSV(B)152º38.46%30.59%-
XYZ4.876.455.84-
YUV67.43126.06114.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 78 (30.86% from 255) = 41.05%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=25.26%
G=41.05%
B=33.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4878640.3800.180.6915223.8124.71
Hex304E402601245981819
Octal60116100460221052303031
Binary110000100111010000001001100100101000101100110001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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