#305544

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

Shades of Te Papa Green #305544

Tints of Te Papa Green #305544

Color information

#305544 (or 0x305544) is unknown color: approx Te Papa Green. HEX triplet: 30, 55 and 44. RGB value is (48,85,68). Sum of RGB (Red+Green+Blue) = 48+85+68=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #305544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305544 is #CFAABB. Grayscale: #484848. Windows color (decimal): -13609660 or 4478256. OLE color: 4478256.

HSL color Cylindrical-coordinate representation of color #305544: hue angle of 152.43º 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 #305544 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB488568-
CMYK0.4400.200.67
HSL152.43º27.82%26.08%-
HSV(B)152.43º43.53%33.33%-
XYZ5.517.546.63-
YUV72125.74110.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=23.88%
G=42.29%
B=33.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885680.4400.200.67152.4327.8226.08
Hex3055442C01443981c1a
Octal60125104540241032303432
Binary110000101010110001001011000101001000011100110001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305544; }

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

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

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

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

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

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

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

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