#27453C

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

Shades of Te Papa Green #27453C

Tints of Te Papa Green #27453C

Color information

#27453C (or 0x27453C) is unknown color: approx Te Papa Green. HEX triplet: 27, 45 and 3C. RGB value is (39,69,60). Sum of RGB (Red+Green+Blue) = 39+69+60=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 60 (23.83% from 255 or 35.71% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #27453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27453C is #D8BAC3. Grayscale: #3B3B3B. Windows color (decimal): -14203588 or 3949863. OLE color: 3949863.

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

Color convert

RGB396960-
CMYK0.4300.130.73
HSL162º27.78%21.18%-
HSV(B)162º43.48%27.06%-
XYZ3.785.015.04-
YUV59128.56113.73-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 60 (23.83% from 255) = 35.71%
R=23.21%
G=41.07%
B=35.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3969600.4300.130.7316227.7821.18
Hex27453C2B0D49a21c15
Octal4710574530151112423425
Binary1001111000101111100101011011011001001101000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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