#275440

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

Shades of Te Papa Green #275440

Tints of Te Papa Green #275440

Color information

#275440 (or 0x275440) is unknown color: approx Te Papa Green. HEX triplet: 27, 54 and 40. RGB value is (39,84,64). Sum of RGB (Red+Green+Blue) = 39+84+64=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #275440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275440 is #D8ABBF. Grayscale: #444444. Windows color (decimal): -14199744 or 4215847. OLE color: 4215847.

HSL color Cylindrical-coordinate representation of color #275440: hue angle of 153.33º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #275440 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB398464-
CMYK0.5400.240.67
HSL153.33º36.59%24.12%-
HSV(B)153.33º53.57%32.94%-
XYZ4.937.145.97-
YUV68.26125.59107.13-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=20.86%
G=44.92%
B=34.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984640.5400.240.67153.3336.5924.12
Hex2754403601843992518
Octal47124100660301032314530
Binary1001111010100100000011011001100010000111001100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275440; }

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

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

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

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

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

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

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

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