#305445

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

Shades of Te Papa Green #305445

Tints of Te Papa Green #305445

Color information

#305445 (or 0x305445) is unknown color: approx Te Papa Green. HEX triplet: 30, 54 and 45. RGB value is (48,84,69). Sum of RGB (Red+Green+Blue) = 48+84+69=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #305445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305445 is #CFABBA. Grayscale: #474747. Windows color (decimal): -13609915 or 4543536. OLE color: 4543536.

HSL color Cylindrical-coordinate representation of color #305445: hue angle of 155º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #305445 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB488469-
CMYK0.4300.180.67
HSL155º27.27%25.88%-
HSV(B)155º42.86%32.94%-
XYZ5.467.46.77-
YUV71.53126.57111.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=23.88%
G=41.79%
B=34.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884690.4300.180.6715527.2725.88
Hex3054452B012439b1b1a
Octal60124105530221032333332
Binary110000101010010001011010110100101000011100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305445; }

 p { color: rgb(48,84,69); }

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

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

 a { background-color: rgb(48,84,69); }

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

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

 span { border-color: rgb(48,84,69); }

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