#274D3F

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

Shades of Te Papa Green #274D3F

Tints of Te Papa Green #274D3F

Color information

#274D3F (or 0x274D3F) is unknown color: approx Te Papa Green. HEX triplet: 27, 4D and 3F. RGB value is (39,77,63). Sum of RGB (Red+Green+Blue) = 39+77+63=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 77 (30.47% from 255 or 43.02% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 77 - color contains mainly: green. Hex color #274D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274D3F is #D8B2C0. Grayscale: #404040. Windows color (decimal): -14201537 or 4148519. OLE color: 4148519.

HSL color Cylindrical-coordinate representation of color #274D3F: hue angle of 157.89º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274D3F is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB397763-
CMYK0.4900.180.70
HSL157.89º32.76%22.75%-
HSV(B)157.89º49.35%30.2%-
XYZ4.396.15.65-
YUV64.04127.41110.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 77 (30.47% from 255) = 43.02%
BLUE value IS 63 (25% from 255) = 35.20%
R=21.79%
G=43.02%
B=35.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3977630.4900.180.70157.8932.7622.75
Hex274D3F31012469e2117
Octal4711577610221062364127
Binary100111100110111111111000101001010001101001111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,77,63); }

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

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

 a { background-color: rgb(39,77,63); }

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

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

 span { border-color: rgb(39,77,63); }

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