#275645

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

Shades of Te Papa Green #275645

Tints of Te Papa Green #275645

Color information

#275645 (or 0x275645) is unknown color: approx Te Papa Green. HEX triplet: 27, 56 and 45. RGB value is (39,86,69). Sum of RGB (Red+Green+Blue) = 39+86+69=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 86 (33.98% from 255 or 44.33% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 86 - color contains mainly: green. Hex color #275645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275645 is #D8A9BA. Grayscale: #464646. Windows color (decimal): -14199227 or 4544039. OLE color: 4544039.

HSL color Cylindrical-coordinate representation of color #275645: hue angle of 158.3º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275645 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB398669-
CMYK0.5500.200.66
HSL158.3º37.6%24.51%-
HSV(B)158.3º54.65%33.73%-
XYZ5.247.526.8-
YUV70.01127.43105.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.10%
GREEN value IS 86 (33.98% from 255) = 44.33%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=20.10%
G=44.33%
B=35.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3986690.5500.200.66158.337.624.51
Hex27564537014429e2619
Octal47126105670241022364631
Binary1001111010110100010111011101010010000101001111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275645; }

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

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

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

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

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

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

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

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