#27483C

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

Shades of Te Papa Green #27483C

Tints of Te Papa Green #27483C

Color information

#27483C (or 0x27483C) is unknown color: approx Te Papa Green. HEX triplet: 27, 48 and 3C. RGB value is (39,72,60). Sum of RGB (Red+Green+Blue) = 39+72+60=171 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.81% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #27483C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483C is #D8B7C3. Grayscale: #3C3C3C. Windows color (decimal): -14202820 or 3950631. OLE color: 3950631.

HSL color Cylindrical-coordinate representation of color #27483C: hue angle of 158.18º 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 #27483C is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.72.

Color convert

RGB397260-
CMYK0.4600.170.72
HSL158.18º29.73%21.76%-
HSV(B)158.18º45.83%28.24%-
XYZ3.975.395.11-
YUV60.76127.57112.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.81%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=22.81%
G=42.11%
B=35.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972600.4600.170.72158.1829.7321.76
Hex27483C2E011489e1e16
Octal4711074560211102363626
Binary10011110010001111001011100100011001000100111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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