#1F513F

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

Shades of Te Papa Green #1F513F

Tints of Te Papa Green #1F513F

Color information

#1F513F (or 0x1F513F) is unknown color: approx Te Papa Green. HEX triplet: 1F, 51 and 3F. RGB value is (31,81,63). Sum of RGB (Red+Green+Blue) = 31+81+63=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 81 (32.03% from 255 or 46.29% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 81 - color contains mainly: green. Hex color #1F513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F513F is #E0AEC0. Grayscale: #404040. Windows color (decimal): -14724801 or 4149535. OLE color: 4149535.

HSL color Cylindrical-coordinate representation of color #1F513F: hue angle of 158.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F513F is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB318163-
CMYK0.6200.220.68
HSL158.4º44.64%21.96%-
HSV(B)158.4º61.73%31.76%-
XYZ4.46.545.73-
YUV64127.44104.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 81 (32.03% from 255) = 46.29%
BLUE value IS 63 (25% from 255) = 36%
R=17.71%
G=46.29%
B=36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3181630.6200.220.68158.444.6421.96
Hex1F513F3E016449e2d16
Octal3712177760261042365526
Binary11111101000111111111111001011010001001001111010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F513F; }

 p { color: rgb(31,81,63); }

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

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

 a { background-color: rgb(31,81,63); }

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

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

 span { border-color: rgb(31,81,63); }

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