#27463D

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

Shades of Te Papa Green #27463D

Tints of Te Papa Green #27463D

Color information

#27463D (or 0x27463D) is unknown color: approx Te Papa Green. HEX triplet: 27, 46 and 3D. RGB value is (39,70,61). Sum of RGB (Red+Green+Blue) = 39+70+61=170 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.94% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #27463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27463D is #D8B9C2. Grayscale: #3B3B3B. Windows color (decimal): -14203331 or 4015655. OLE color: 4015655.

HSL color Cylindrical-coordinate representation of color #27463D: hue angle of 162.58º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #27463D is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB397061-
CMYK0.4400.130.73
HSL162.58º28.44%21.37%-
HSV(B)162.58º44.29%27.45%-
XYZ3.875.155.2-
YUV59.7128.73113.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.94%
GREEN value IS 70 (27.73% from 255) = 41.18%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=22.94%
G=41.18%
B=35.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970610.4400.130.73162.5828.4421.37
Hex27463D2C0D49a31c15
Octal4710675540151112433425
Binary1001111000110111101101100011011001001101000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27463D; }

 p { color: rgb(39,70,61); }

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

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

 a { background-color: rgb(39,70,61); }

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

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

 span { border-color: rgb(39,70,61); }

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