#1F5643

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

Shades of Te Papa Green #1F5643

Tints of Te Papa Green #1F5643

Color information

#1F5643 (or 0x1F5643) is unknown color: approx Te Papa Green. HEX triplet: 1F, 56 and 43. RGB value is (31,86,67). Sum of RGB (Red+Green+Blue) = 31+86+67=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #1F5643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5643 is #E0A9BC. Grayscale: #434343. Windows color (decimal): -14723517 or 4412959. OLE color: 4412959.

HSL color Cylindrical-coordinate representation of color #1F5643: hue angle of 159.27º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5643 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB318667-
CMYK0.6400.220.66
HSL159.27º47.01%22.94%-
HSV(B)159.27º63.95%33.73%-
XYZ4.917.356.47-
YUV67.39127.78102.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.85%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 67 (26.56% from 255) = 36.41%
R=16.85%
G=46.74%
B=36.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3186670.6400.220.66159.2747.0122.94
Hex1F564340016429f2f17
Octal371261031000261022375727
Binary1111110101101000011100000001011010000101001111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,86,67); }

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

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

 a { background-color: rgb(31,86,67); }

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

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

 span { border-color: rgb(31,86,67); }

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