#304D3F

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

Shades of Te Papa Green #304D3F

Tints of Te Papa Green #304D3F

Color information

#304D3F (or 0x304D3F) is unknown color: approx Te Papa Green. HEX triplet: 30, 4D and 3F. RGB value is (48,77,63). Sum of RGB (Red+Green+Blue) = 48+77+63=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 77 - color contains mainly: green. Hex color #304D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304D3F is #CFB2C0. Grayscale: #424242. Windows color (decimal): -13611713 or 4148528. OLE color: 4148528.

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

Color convert

RGB487763-
CMYK0.3800.180.70
HSL151.03º23.2%24.51%-
HSV(B)151.03º37.66%30.2%-
XYZ4.776.35.67-
YUV66.73125.89114.64-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 63 (25% from 255) = 33.51%
R=25.53%
G=40.96%
B=33.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4877630.3800.180.70151.0323.224.51
Hex304D3F2601246971719
Octal6011577460221062272731
Binary11000010011011111111001100100101000110100101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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