#305041

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

Shades of Te Papa Green #305041

Tints of Te Papa Green #305041

Color information

#305041 (or 0x305041) is unknown color: approx Te Papa Green. HEX triplet: 30, 50 and 41. RGB value is (48,80,65). Sum of RGB (Red+Green+Blue) = 48+80+65=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 80 (31.64% from 255 or 41.45% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 80 - color contains mainly: green. Hex color #305041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #305041 is #CFAFBE. Grayscale: #444444. Windows color (decimal): -13610943 or 4280368. OLE color: 4280368.

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

Color convert

RGB488065-
CMYK0.4000.190.69
HSL151.88º25%25.1%-
HSV(B)151.88º40%31.37%-
XYZ5.046.756.04-
YUV68.72125.9113.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 80 (31.64% from 255) = 41.45%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=24.87%
G=41.45%
B=33.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880650.4000.190.69151.882525.1
Hex3050412801345981919
Octal60120101500231052303131
Binary110000101000010000011010000100111000101100110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305041; }

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

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

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

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

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

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

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

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