#305040

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

Shades of Te Papa Green #305040

Tints of Te Papa Green #305040

Color information

#305040 (or 0x305040) is unknown color: approx Te Papa Green. HEX triplet: 30, 50 and 40. RGB value is (48,80,64). Sum of RGB (Red+Green+Blue) = 48+80+64=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #305040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305040 is #CFAFBF. Grayscale: #444444. Windows color (decimal): -13610944 or 4214832. OLE color: 4214832.

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

Color convert

RGB488064-
CMYK0.4000.200.69
HSL150º25%25.1%-
HSV(B)150º40%31.37%-
XYZ5.016.745.89-
YUV68.61125.4113.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 41.67%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=25%
G=41.67%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880640.4000.200.691502525.1
Hex3050402801445961919
Octal60120100500241052263131
Binary110000101000010000001010000101001000101100101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305040; }

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

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

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

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

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

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

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

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