#274F40

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

Shades of Te Papa Green #274F40

Tints of Te Papa Green #274F40

Color information

#274F40 (or 0x274F40) is unknown color: approx Te Papa Green. HEX triplet: 27, 4F and 40. RGB value is (39,79,64). Sum of RGB (Red+Green+Blue) = 39+79+64=182 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.43% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 79 - color contains mainly: green. Hex color #274F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F40 is #D8B0BF. Grayscale: #414141. Windows color (decimal): -14201024 or 4214567. OLE color: 4214567.

HSL color Cylindrical-coordinate representation of color #274F40: hue angle of 157.5º 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 #274F40 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB397964-
CMYK0.5100.190.69
HSL157.5º33.9%23.14%-
HSV(B)157.5º50.63%30.98%-
XYZ4.566.395.84-
YUV65.33127.25109.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.43%
GREEN value IS 79 (31.25% from 255) = 43.41%
BLUE value IS 64 (25.39% from 255) = 35.16%
R=21.43%
G=43.41%
B=35.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979640.5100.190.69157.533.923.14
Hex274F4033013459e2217
Octal47117100630231052364227
Binary1001111001111100000011001101001110001011001111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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