#275542

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

Shades of Te Papa Green #275542

Tints of Te Papa Green #275542

Color information

#275542 (or 0x275542) is unknown color: approx Te Papa Green. HEX triplet: 27, 55 and 42. RGB value is (39,85,66). Sum of RGB (Red+Green+Blue) = 39+85+66=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #275542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275542 is #D8AABD. Grayscale: #454545. Windows color (decimal): -14199486 or 4347175. OLE color: 4347175.

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

Color convert

RGB398566-
CMYK0.5400.220.67
HSL155.22º37.1%24.31%-
HSV(B)155.22º54.12%33.33%-
XYZ5.077.326.3-
YUV69.08126.26106.54-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.53%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 66 (26.17% from 255) = 34.74%
R=20.53%
G=44.74%
B=34.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3985660.5400.220.67155.2237.124.31
Hex27554236016439b2518
Octal47125102660261032334530
Binary1001111010101100001011011001011010000111001101110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275542; }

 p { color: rgb(39,85,66); }

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

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

 a { background-color: rgb(39,85,66); }

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

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

 span { border-color: rgb(39,85,66); }

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