#304740

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

Shades of Te Papa Green #304740

Tints of Te Papa Green #304740

Color information

#304740 (or 0x304740) is unknown color: approx Te Papa Green. HEX triplet: 30, 47 and 40. RGB value is (48,71,64). Sum of RGB (Red+Green+Blue) = 48+71+64=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #304740 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304740 is #CFB8BF. Grayscale: #3F3F3F. Windows color (decimal): -13613248 or 4212528. OLE color: 4212528.

HSL color Cylindrical-coordinate representation of color #304740: hue angle of 161.74º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #304740 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.72.

Color convert

RGB487164-
CMYK0.3200.100.72
HSL161.74º19.33%23.33%-
HSV(B)161.74º32.39%27.84%-
XYZ4.45.515.68-
YUV63.32128.38117.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=26.23%
G=38.80%
B=34.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4871640.3200.100.72161.7419.3323.33
Hex304740200A48a21317
Octal60107100400121102422327
Binary11000010001111000000100000010101001000101000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304740; }

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

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

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

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

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

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

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

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