#304F3F

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

Shades of Te Papa Green #304F3F

Tints of Te Papa Green #304F3F

Color information

#304F3F (or 0x304F3F) is unknown color: approx Te Papa Green. HEX triplet: 30, 4F and 3F. RGB value is (48,79,63). Sum of RGB (Red+Green+Blue) = 48+79+63=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #304F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #304F3F is #CFB0C0. Grayscale: #434343. Windows color (decimal): -13611201 or 4149040. OLE color: 4149040.

HSL color Cylindrical-coordinate representation of color #304F3F: hue angle of 149.03º 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 #304F3F is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB487963-
CMYK0.3900.200.69
HSL149.03º24.41%24.9%-
HSV(B)149.03º39.24%30.98%-
XYZ4.916.585.71-
YUV67.91125.23113.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 79 (31.25% from 255) = 41.58%
BLUE value IS 63 (25% from 255) = 33.16%
R=25.26%
G=41.58%
B=33.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4879630.3900.200.69149.0324.4124.9
Hex304F3F2701445951819
Octal6011777470241052253031
Binary11000010011111111111001110101001000101100101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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