#275242

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

Shades of Te Papa Green #275242

Tints of Te Papa Green #275242

Color information

#275242 (or 0x275242) is unknown color: approx Te Papa Green. HEX triplet: 27, 52 and 42. RGB value is (39,82,66). Sum of RGB (Red+Green+Blue) = 39+82+66=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #275242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275242 is #D8ADBD. Grayscale: #434343. Windows color (decimal): -14200254 or 4346407. OLE color: 4346407.

HSL color Cylindrical-coordinate representation of color #275242: hue angle of 157.67º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #275242 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB398266-
CMYK0.5200.200.68
HSL157.67º35.54%23.73%-
HSV(B)157.67º52.44%32.16%-
XYZ4.846.866.22-
YUV67.32127.25107.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.86%
GREEN value IS 82 (32.42% from 255) = 43.85%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=20.86%
G=43.85%
B=35.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3982660.5200.200.68157.6735.5423.73
Hex27524234014449e2418
Octal47122102640241042364430
Binary1001111010010100001011010001010010001001001111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275242; }

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

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

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

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

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

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

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

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