#1F4C3F

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

Shades of Te Papa Green #1F4C3F

Tints of Te Papa Green #1F4C3F

Color information

#1F4C3F (or 0x1F4C3F) is unknown color: approx Te Papa Green. HEX triplet: 1F, 4C and 3F. RGB value is (31,76,63). Sum of RGB (Red+Green+Blue) = 31+76+63=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C3F is #E0B3C0. Grayscale: #3D3D3D. Windows color (decimal): -14726081 or 4148255. OLE color: 4148255.

HSL color Cylindrical-coordinate representation of color #1F4C3F: hue angle of 162.67º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1F4C3F is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB317663-
CMYK0.5900.170.70
HSL162.67º42.06%20.98%-
HSV(B)162.67º59.21%29.8%-
XYZ4.055.825.61-
YUV61.06129.09106.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 76 (30.08% from 255) = 44.71%
BLUE value IS 63 (25% from 255) = 37.06%
R=18.24%
G=44.71%
B=37.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3176630.5900.170.70162.6742.0620.98
Hex1F4C3F3B01146a32a15
Octal3711477730211062435225
Binary11111100110011111111101101000110001101010001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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