#27503D

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

Shades of Te Papa Green #27503D

Tints of Te Papa Green #27503D

Color information

#27503D (or 0x27503D) is unknown color: approx Te Papa Green. HEX triplet: 27, 50 and 3D. RGB value is (39,80,61). Sum of RGB (Red+Green+Blue) = 39+80+61=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #27503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27503D is #D8AFC2. Grayscale: #414141. Windows color (decimal): -14200771 or 4018215. OLE color: 4018215.

HSL color Cylindrical-coordinate representation of color #27503D: hue angle of 152.2º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #27503D is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB398061-
CMYK0.5100.240.69
HSL152.2º34.45%23.33%-
HSV(B)152.2º51.25%31.37%-
XYZ4.556.515.43-
YUV65.57125.42109.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.67%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=21.67%
G=44.44%
B=33.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3980610.5100.240.69152.234.4523.33
Hex27503D3301845982217
Octal4712075630301052304227
Binary100111101000011110111001101100010001011001100010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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