#275344

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

Shades of Te Papa Green #275344

Tints of Te Papa Green #275344

Color information

#275344 (or 0x275344) is unknown color: approx Te Papa Green. HEX triplet: 27, 53 and 44. RGB value is (39,83,68). Sum of RGB (Red+Green+Blue) = 39+83+68=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #275344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275344 is #D8ACBB. Grayscale: #444444. Windows color (decimal): -14199996 or 4477735. OLE color: 4477735.

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

Color convert

RGB398368-
CMYK0.5300.180.67
HSL159.55º36.07%23.92%-
HSV(B)159.55º53.01%32.55%-
XYZ4.977.046.56-
YUV68.13127.92107.22-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 83 (32.81% from 255) = 43.68%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=20.53%
G=43.68%
B=35.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983680.5300.180.67159.5536.0723.92
Hex2753443501243a02418
Octal47123104650221032404430
Binary1001111010011100010011010101001010000111010000010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275344; }

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

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

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

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

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

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

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

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