#315241

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

Shades of Te Papa Green #315241

Tints of Te Papa Green #315241

Color information

#315241 (or 0x315241) is unknown color: approx Te Papa Green. HEX triplet: 31, 52 and 41. RGB value is (49,82,65). Sum of RGB (Red+Green+Blue) = 49+82+65=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #315241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315241 is #CEADBE. Grayscale: #464646. Windows color (decimal): -13544895 or 4280881. OLE color: 4280881.

HSL color Cylindrical-coordinate representation of color #315241: hue angle of 149.09º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315241 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB498265-
CMYK0.4000.210.68
HSL149.09º25.19%25.69%-
HSV(B)149.09º40.24%32.16%-
XYZ5.247.076.09-
YUV70.19125.07112.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 41.84%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=25%
G=41.84%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982650.4000.210.68149.0925.1925.69
Hex315241280154495191a
Octal61122101500251042253132
Binary110001101001010000011010000101011000100100101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315241; }

 p { color: rgb(49,82,65); }

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

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

 a { background-color: rgb(49,82,65); }

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

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

 span { border-color: rgb(49,82,65); }

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