#275347

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

Shades of Te Papa Green #275347

Tints of Te Papa Green #275347

Color information

#275347 (or 0x275347) is unknown color: approx Te Papa Green. HEX triplet: 27, 53 and 47. RGB value is (39,83,71). Sum of RGB (Red+Green+Blue) = 39+83+71=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #275347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275347 is #D8ACB8. Grayscale: #444444. Windows color (decimal): -14199993 or 4674343. OLE color: 4674343.

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

Color convert

RGB398371-
CMYK0.5300.140.67
HSL163.64º36.07%23.92%-
HSV(B)163.64º53.01%32.55%-
XYZ5.077.077.06-
YUV68.48129.42106.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 83 (32.81% from 255) = 43.01%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=20.21%
G=43.01%
B=36.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983710.5300.140.67163.6436.0723.92
Hex275347350E43a42418
Octal47123107650161032444430
Binary100111101001110001111101010111010000111010010010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275347; }

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

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

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

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

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

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

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

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