#28533F

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

Shades of Te Papa Green #28533F

Tints of Te Papa Green #28533F

Color information

#28533F (or 0x28533F) is unknown color: approx Te Papa Green. HEX triplet: 28, 53 and 3F. RGB value is (40,83,63). Sum of RGB (Red+Green+Blue) = 40+83+63=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #28533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28533F is #D7ACC0. Grayscale: #434343. Windows color (decimal): -14134465 or 4150056. OLE color: 4150056.

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

Color convert

RGB408363-
CMYK0.5200.240.67
HSL152.09º34.96%24.12%-
HSV(B)152.09º51.81%32.55%-
XYZ4.8775.8-
YUV67.86125.25108.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.51%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 63 (25% from 255) = 33.87%
R=21.51%
G=44.62%
B=33.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4083630.5200.240.67152.0934.9624.12
Hex28533F3401843982318
Octal5012377640301032304330
Binary101000101001111111111010001100010000111001100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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