#27533F

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

Shades of Te Papa Green #27533F

Tints of Te Papa Green #27533F

Color information

#27533F (or 0x27533F) is unknown color: approx Te Papa Green. HEX triplet: 27, 53 and 3F. RGB value is (39,83,63). Sum of RGB (Red+Green+Blue) = 39+83+63=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #27533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27533F is #D8ACC0. Grayscale: #434343. Windows color (decimal): -14200001 or 4150055. OLE color: 4150055.

HSL color Cylindrical-coordinate representation of color #27533F: hue angle of 152.73º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #27533F is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB398363-
CMYK0.5300.240.67
HSL152.73º36.07%23.92%-
HSV(B)152.73º53.01%32.55%-
XYZ4.836.985.79-
YUV67.56125.42107.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.08%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 63 (25% from 255) = 34.05%
R=21.08%
G=44.86%
B=34.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983630.5300.240.67152.7336.0723.92
Hex27533F3501843992418
Octal4712377650301032314430
Binary100111101001111111111010101100010000111001100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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