#305546

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

Shades of Te Papa Green #305546

Tints of Te Papa Green #305546

Color information

#305546 (or 0x305546) is unknown color: approx Te Papa Green. HEX triplet: 30, 55 and 46. RGB value is (48,85,70). Sum of RGB (Red+Green+Blue) = 48+85+70=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #305546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305546 is #CFAAB9. Grayscale: #484848. Windows color (decimal): -13609658 or 4609328. OLE color: 4609328.

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

Color convert

RGB488570-
CMYK0.4400.180.67
HSL155.68º27.82%26.08%-
HSV(B)155.68º43.53%33.33%-
XYZ5.577.576.96-
YUV72.23126.74110.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 85 (33.59% from 255) = 41.87%
BLUE value IS 70 (27.73% from 255) = 34.48%
R=23.65%
G=41.87%
B=34.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885700.4400.180.67155.6827.8226.08
Hex3055462C012439c1c1a
Octal60125106540221032343432
Binary110000101010110001101011000100101000011100111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305546; }

 p { color: rgb(48,85,70); }

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

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

 a { background-color: rgb(48,85,70); }

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

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

 span { border-color: rgb(48,85,70); }

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