#27463C

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

Shades of Te Papa Green #27463C

Tints of Te Papa Green #27463C

Color information

#27463C (or 0x27463C) is unknown color: approx Te Papa Green. HEX triplet: 27, 46 and 3C. RGB value is (39,70,60). Sum of RGB (Red+Green+Blue) = 39+70+60=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 70 (27.73% from 255 or 41.42% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 70 - color contains mainly: green. Hex color #27463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27463C is #D8B9C3. Grayscale: #3B3B3B. Windows color (decimal): -14203332 or 3950119. OLE color: 3950119.

HSL color Cylindrical-coordinate representation of color #27463C: hue angle of 160.65º 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 #27463C is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB397060-
CMYK0.4400.140.73
HSL160.65º28.44%21.37%-
HSV(B)160.65º44.29%27.45%-
XYZ3.845.145.06-
YUV59.59128.23113.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 70 (27.73% from 255) = 41.42%
BLUE value IS 60 (23.83% from 255) = 35.50%
R=23.08%
G=41.42%
B=35.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3970600.4400.140.73160.6528.4421.37
Hex27463C2C0E49a11c15
Octal4710674540161112413425
Binary1001111000110111100101100011101001001101000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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