#27483F

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

Shades of Te Papa Green #27483F

Tints of Te Papa Green #27483F

Color information

#27483F (or 0x27483F) is unknown color: approx Te Papa Green. HEX triplet: 27, 48 and 3F. RGB value is (39,72,63). Sum of RGB (Red+Green+Blue) = 39+72+63=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #27483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483F is #D8B7C0. Grayscale: #3D3D3D. Windows color (decimal): -14202817 or 4147239. OLE color: 4147239.

HSL color Cylindrical-coordinate representation of color #27483F: hue angle of 163.64º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #27483F is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB397263-
CMYK0.4600.120.72
HSL163.64º29.73%21.76%-
HSV(B)163.64º45.83%28.24%-
XYZ4.055.425.54-
YUV61.11129.07112.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.41%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 63 (25% from 255) = 36.21%
R=22.41%
G=41.38%
B=36.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972630.4600.120.72163.6429.7321.76
Hex27483F2E0C48a41e16
Octal4711077560141102443626
Binary1001111001000111111101110011001001000101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27483F; }

 p { color: rgb(39,72,63); }

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

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

 a { background-color: rgb(39,72,63); }

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

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

 span { border-color: rgb(39,72,63); }

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