#274F45

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

Shades of Te Papa Green #274F45

Tints of Te Papa Green #274F45

Color information

#274F45 (or 0x274F45) is unknown color: approx Te Papa Green. HEX triplet: 27, 4F and 45. RGB value is (39,79,69). Sum of RGB (Red+Green+Blue) = 39+79+69=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #274F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F45 is #D8B0BA. Grayscale: #414141. Windows color (decimal): -14201019 or 4542247. OLE color: 4542247.

HSL color Cylindrical-coordinate representation of color #274F45: hue angle of 165º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F45 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB397969-
CMYK0.5100.130.69
HSL165º33.9%23.14%-
HSV(B)165º50.63%30.98%-
XYZ4.716.456.63-
YUV65.9129.75108.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 79 (31.25% from 255) = 42.25%
BLUE value IS 69 (27.34% from 255) = 36.90%
R=20.86%
G=42.25%
B=36.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979690.5100.130.6916533.923.14
Hex274F45330D45a52217
Octal47117105630151052454227
Binary100111100111110001011100110110110001011010010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274F45; }

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

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

<style>
 a { background-color: #274F45; }

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

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

<style>
 span { border-color: #274F45; }

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

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