#315242

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

Shades of Te Papa Green #315242

Tints of Te Papa Green #315242

Color information

#315242 (or 0x315242) is unknown color: approx Te Papa Green. HEX triplet: 31, 52 and 42. RGB value is (49,82,66). Sum of RGB (Red+Green+Blue) = 49+82+66=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 82 - color contains mainly: green. Hex color #315242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315242 is #CEADBD. Grayscale: #464646. Windows color (decimal): -13544894 or 4346417. OLE color: 4346417.

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

Color convert

RGB498266-
CMYK0.4000.200.68
HSL150.91º25.19%25.69%-
HSV(B)150.91º40.24%32.16%-
XYZ5.277.086.24-
YUV70.31125.57112.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 82 (32.42% from 255) = 41.62%
BLUE value IS 66 (26.17% from 255) = 33.50%
R=24.87%
G=41.62%
B=33.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982660.4000.200.68150.9125.1925.69
Hex315242280144497191a
Octal61122102500241042273132
Binary110001101001010000101010000101001000100100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315242; }

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

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

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

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

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

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

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

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