#305046

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

Shades of Te Papa Green #305046

Tints of Te Papa Green #305046

Color information

#305046 (or 0x305046) is unknown color: approx Te Papa Green. HEX triplet: 30, 50 and 46. RGB value is (48,80,70). Sum of RGB (Red+Green+Blue) = 48+80+70=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #305046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305046 is #CFAFB9. Grayscale: #454545. Windows color (decimal): -13610938 or 4608048. OLE color: 4608048.

HSL color Cylindrical-coordinate representation of color #305046: hue angle of 161.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #305046 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB488070-
CMYK0.4000.120.69
HSL161.25º25%25.1%-
HSV(B)161.25º40%31.37%-
XYZ5.196.816.83-
YUV69.29128.4112.81-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=24.24%
G=40.40%
B=35.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880700.4000.120.69161.252525.1
Hex305046280C45a11919
Octal60120106500141052413131
Binary11000010100001000110101000011001000101101000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305046; }

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

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

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

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

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

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

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

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