#275345

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

Shades of Te Papa Green #275345

Tints of Te Papa Green #275345

Color information

#275345 (or 0x275345) is unknown color: approx Te Papa Green. HEX triplet: 27, 53 and 45. RGB value is (39,83,69). Sum of RGB (Red+Green+Blue) = 39+83+69=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #275345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275345 is #D8ACBA. Grayscale: #444444. Windows color (decimal): -14199995 or 4543271. OLE color: 4543271.

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

Color convert

RGB398369-
CMYK0.5300.170.67
HSL160.91º36.07%23.92%-
HSV(B)160.91º53.01%32.55%-
XYZ57.056.73-
YUV68.25128.42107.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.42%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=20.42%
G=43.46%
B=36.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983690.5300.170.67160.9136.0723.92
Hex2753453501143a12418
Octal47123105650211032414430
Binary1001111010011100010111010101000110000111010000110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275345; }

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

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

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

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

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

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

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

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