#274B40

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

Shades of Te Papa Green #274B40

Tints of Te Papa Green #274B40

Color information

#274B40 (or 0x274B40) is unknown color: approx Te Papa Green. HEX triplet: 27, 4B and 40. RGB value is (39,75,64). Sum of RGB (Red+Green+Blue) = 39+75+64=178 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.91% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 75 - color contains mainly: green. Hex color #274B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274B40 is #D8B4BF. Grayscale: #3E3E3E. Windows color (decimal): -14202048 or 4213543. OLE color: 4213543.

HSL color Cylindrical-coordinate representation of color #274B40: hue angle of 161.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #274B40 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB397564-
CMYK0.4800.150.71
HSL161.67º31.58%22.35%-
HSV(B)161.67º48%29.41%-
XYZ4.285.835.75-
YUV62.98128.57110.89-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.91%
GREEN value IS 75 (29.69% from 255) = 42.13%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=21.91%
G=42.13%
B=35.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3975640.4800.150.71161.6731.5822.35
Hex274B40300F47a22016
Octal47113100600171072424026
Binary100111100101110000001100000111110001111010001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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