#33483F

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

Shades of Te Papa Green #33483F

Tints of Te Papa Green #33483F

Color information

#33483F (or 0x33483F) is unknown color: approx Te Papa Green. HEX triplet: 33, 48 and 3F. RGB value is (51,72,63). Sum of RGB (Red+Green+Blue) = 51+72+63=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 72 - color contains mainly: green. Hex color #33483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33483F is #CCB7C0. Grayscale: #404040. Windows color (decimal): -13416385 or 4147251. OLE color: 4147251.

HSL color Cylindrical-coordinate representation of color #33483F: hue angle of 154.29º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #33483F is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB517263-
CMYK0.2900.120.72
HSL154.29º17.07%24.12%-
HSV(B)154.29º29.17%28.24%-
XYZ4.585.75.56-
YUV64.69127.04118.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 63 (25% from 255) = 33.87%
R=27.42%
G=38.71%
B=33.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5172630.2900.120.72154.2917.0724.12
Hex33483F1D0C489a1118
Octal6311077350141102322130
Binary110011100100011111111101011001001000100110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,72,63); }

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

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

 a { background-color: rgb(51,72,63); }

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

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

 span { border-color: rgb(51,72,63); }

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