#304C41

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

Shades of Te Papa Green #304C41

Tints of Te Papa Green #304C41

Color information

#304C41 (or 0x304C41) is unknown color: approx Te Papa Green. HEX triplet: 30, 4C and 41. RGB value is (48,76,65). Sum of RGB (Red+Green+Blue) = 48+76+65=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 76 - color contains mainly: green. Hex color #304C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C41 is #CFB3BE. Grayscale: #424242. Windows color (decimal): -13611967 or 4279344. OLE color: 4279344.

HSL color Cylindrical-coordinate representation of color #304C41: hue angle of 156.43º 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 #304C41 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB487665-
CMYK0.3700.140.70
HSL156.43º22.58%24.31%-
HSV(B)156.43º36.84%29.8%-
XYZ4.766.185.94-
YUV66.37127.22114.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=25.40%
G=40.21%
B=34.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876650.3700.140.70156.4322.5824.31
Hex304C41250E469c1718
Octal60114101450161062342730
Binary11000010011001000001100101011101000110100111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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