#27483D

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

Shades of Te Papa Green #27483D

Tints of Te Papa Green #27483D

Color information

#27483D (or 0x27483D) is unknown color: approx Te Papa Green. HEX triplet: 27, 48 and 3D. RGB value is (39,72,61). Sum of RGB (Red+Green+Blue) = 39+72+61=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #27483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27483D is #D8B7C2. Grayscale: #3C3C3C. Windows color (decimal): -14202819 or 4016167. OLE color: 4016167.

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

Color convert

RGB397261-
CMYK0.4600.150.72
HSL160º29.73%21.76%-
HSV(B)160º45.83%28.24%-
XYZ45.45.25-
YUV60.88128.07112.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=22.67%
G=41.86%
B=35.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3972610.4600.150.7216029.7321.76
Hex27483D2E0F48a01e16
Octal4711075560171102403626
Binary1001111001000111101101110011111001000101000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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