#304D40

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

Shades of Te Papa Green #304D40

Tints of Te Papa Green #304D40

Color information

#304D40 (or 0x304D40) is unknown color: approx Te Papa Green. HEX triplet: 30, 4D and 40. RGB value is (48,77,64). Sum of RGB (Red+Green+Blue) = 48+77+64=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #304D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D40 is #CFB2BF. Grayscale: #424242. Windows color (decimal): -13611712 or 4214064. OLE color: 4214064.

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

Color convert

RGB487764-
CMYK0.3800.170.70
HSL153.1º23.2%24.51%-
HSV(B)153.1º37.66%30.2%-
XYZ4.86.315.81-
YUV66.85126.39114.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=25.40%
G=40.74%
B=33.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877640.3800.170.70153.123.224.51
Hex304D402601146991719
Octal60115100460211062312731
Binary110000100110110000001001100100011000110100110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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