#304F43

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

Shades of Te Papa Green #304F43

Tints of Te Papa Green #304F43

Color information

#304F43 (or 0x304F43) is unknown color: approx Te Papa Green. HEX triplet: 30, 4F and 43. RGB value is (48,79,67). Sum of RGB (Red+Green+Blue) = 48+79+67=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 79 (31.25% from 255 or 40.72% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 79 - color contains mainly: green. Hex color #304F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F43 is #CFB0BC. Grayscale: #444444. Windows color (decimal): -13611197 or 4411184. OLE color: 4411184.

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

Color convert

RGB487967-
CMYK0.3900.150.69
HSL156.77º24.41%24.9%-
HSV(B)156.77º39.24%30.98%-
XYZ5.036.636.32-
YUV68.36127.23113.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 79 (31.25% from 255) = 40.72%
BLUE value IS 67 (26.56% from 255) = 34.54%
R=24.74%
G=40.72%
B=34.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879670.3900.150.69156.7724.4124.9
Hex304F43270F459d1819
Octal60117103470171052353031
Binary11000010011111000011100111011111000101100111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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