#275445

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

Shades of Te Papa Green #275445

Tints of Te Papa Green #275445

Color information

#275445 (or 0x275445) is unknown color: approx Te Papa Green. HEX triplet: 27, 54 and 45. RGB value is (39,84,69). Sum of RGB (Red+Green+Blue) = 39+84+69=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #275445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275445 is #D8ABBA. Grayscale: #444444. Windows color (decimal): -14199739 or 4543527. OLE color: 4543527.

HSL color Cylindrical-coordinate representation of color #275445: hue angle of 160º 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 #275445 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB398469-
CMYK0.5400.180.67
HSL160º36.59%24.12%-
HSV(B)160º53.57%32.94%-
XYZ5.087.26.75-
YUV68.84128.09106.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.31%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=20.31%
G=43.75%
B=35.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3984690.5400.180.6716036.5924.12
Hex2754453601243a02518
Octal47124105660221032404530
Binary1001111010100100010111011001001010000111010000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275445; }

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

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

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

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

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

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

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

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