#304C3F

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

Shades of Te Papa Green #304C3F

Tints of Te Papa Green #304C3F

Color information

#304C3F (or 0x304C3F) is unknown color: approx Te Papa Green. HEX triplet: 30, 4C and 3F. RGB value is (48,76,63). Sum of RGB (Red+Green+Blue) = 48+76+63=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #304C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C3F is #CFB3C0. Grayscale: #424242. Windows color (decimal): -13611969 or 4148272. OLE color: 4148272.

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

Color convert

RGB487663-
CMYK0.3700.170.70
HSL152.14º22.58%24.31%-
HSV(B)152.14º36.84%29.8%-
XYZ4.76.165.64-
YUV66.15126.22115.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 63 (25% from 255) = 33.69%
R=25.67%
G=40.64%
B=33.69%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876630.3700.170.70152.1422.5824.31
Hex304C3F2501146981718
Octal6011477450211062302730
Binary11000010011001111111001010100011000110100110001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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