#28453B

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

Shades of Te Papa Green #28453B

Tints of Te Papa Green #28453B

Color information

#28453B (or 0x28453B) is unknown color: approx Te Papa Green. HEX triplet: 28, 45 and 3B. RGB value is (40,69,59). Sum of RGB (Red+Green+Blue) = 40+69+59=168 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.81% from 168); Green value is 69 (27.34% from 255 or 41.07% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 69 - color contains mainly: green. Hex color #28453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28453B is #D7BAC4. Grayscale: #3B3B3B. Windows color (decimal): -14138053 or 3884328. OLE color: 3884328.

HSL color Cylindrical-coordinate representation of color #28453B: hue angle of 159.31º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28453B is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB406959-
CMYK0.4200.140.73
HSL159.31º26.61%21.37%-
HSV(B)159.31º42.03%27.06%-
XYZ3.795.024.91-
YUV59.19127.89114.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.81%
GREEN value IS 69 (27.34% from 255) = 41.07%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=23.81%
G=41.07%
B=35.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069590.4200.140.73159.3126.6121.37
Hex28453B2A0E499f1b15
Octal5010573520161112373325
Binary1010001000101111011101010011101001001100111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28453B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28453B; }

 p { color: rgb(40,69,59); }

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

<style>
 a { background-color: #28453B; }

 a { background-color: rgb(40,69,59); }

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

<style>
 span { border-color: #28453B; }

 span { border-color: rgb(40,69,59); }

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