#1F503F

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

Shades of Te Papa Green #1F503F

Tints of Te Papa Green #1F503F

Color information

#1F503F (or 0x1F503F) is unknown color: approx Te Papa Green. HEX triplet: 1F, 50 and 3F. RGB value is (31,80,63). Sum of RGB (Red+Green+Blue) = 31+80+63=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #1F503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F503F is #E0AFC0. Grayscale: #3F3F3F. Windows color (decimal): -14725057 or 4149279. OLE color: 4149279.

HSL color Cylindrical-coordinate representation of color #1F503F: hue angle of 159.18º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F503F is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB318063-
CMYK0.6100.210.69
HSL159.18º44.14%21.76%-
HSV(B)159.18º61.25%31.37%-
XYZ4.336.395.71-
YUV63.41127.77104.88-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.82%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 63 (25% from 255) = 36.21%
R=17.82%
G=45.98%
B=36.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3180630.6100.210.69159.1844.1421.76
Hex1F503F3D015459f2c16
Octal3712077750251052375426
Binary11111101000011111111110101010110001011001111110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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