#304A3F

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

Shades of Te Papa Green #304A3F

Tints of Te Papa Green #304A3F

Color information

#304A3F (or 0x304A3F) is unknown color: approx Te Papa Green. HEX triplet: 30, 4A and 3F. RGB value is (48,74,63). Sum of RGB (Red+Green+Blue) = 48+74+63=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 74 (29.30% from 255 or 40% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 74 - color contains mainly: green. Hex color #304A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304A3F is #CFB5C0. Grayscale: #404040. Windows color (decimal): -13612481 or 4147760. OLE color: 4147760.

HSL color Cylindrical-coordinate representation of color #304A3F: hue angle of 154.62º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #304A3F is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB487463-
CMYK0.3500.150.71
HSL154.62º21.31%23.92%-
HSV(B)154.62º35.14%29.02%-
XYZ4.565.885.6-
YUV64.97126.89115.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 74 (29.30% from 255) = 40%
BLUE value IS 63 (25% from 255) = 34.05%
R=25.95%
G=40%
B=34.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4874630.3500.150.71154.6221.3123.92
Hex304A3F230F479b1518
Octal6011277430171072332530
Binary1100001001010111111100011011111000111100110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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