#304C3E

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

Shades of Te Papa Green #304C3E

Tints of Te Papa Green #304C3E

Color information

#304C3E (or 0x304C3E) is unknown color: approx Te Papa Green. HEX triplet: 30, 4C and 3E. RGB value is (48,76,62). Sum of RGB (Red+Green+Blue) = 48+76+62=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #304C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304C3E is #CFB3C1. Grayscale: #424242. Windows color (decimal): -13611970 or 4082736. OLE color: 4082736.

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

Color convert

RGB487662-
CMYK0.3700.180.70
HSL150º22.58%24.31%-
HSV(B)150º36.84%29.8%-
XYZ4.676.155.5-
YUV66.03125.72115.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 76 (30.08% from 255) = 40.86%
BLUE value IS 62 (24.61% from 255) = 33.33%
R=25.81%
G=40.86%
B=33.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4876620.3700.180.7015022.5824.31
Hex304C3E2501246961718
Octal6011476450221062262730
Binary11000010011001111101001010100101000110100101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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