#24503F

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

Shades of Te Papa Green #24503F

Tints of Te Papa Green #24503F

Color information

#24503F (or 0x24503F) is unknown color: approx Te Papa Green. HEX triplet: 24, 50 and 3F. RGB value is (36,80,63). Sum of RGB (Red+Green+Blue) = 36+80+63=179 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.11% from 179); Green value is 80 (31.64% from 255 or 44.69% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 80 - color contains mainly: green. Hex color #24503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24503F is #DBAFC0. Grayscale: #404040. Windows color (decimal): -14397377 or 4149284. OLE color: 4149284.

HSL color Cylindrical-coordinate representation of color #24503F: hue angle of 156.82º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24503F is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB368063-
CMYK0.5500.210.69
HSL156.82º37.93%22.75%-
HSV(B)156.82º55%31.37%-
XYZ4.496.475.71-
YUV64.91126.92107.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.11%
GREEN value IS 80 (31.64% from 255) = 44.69%
BLUE value IS 63 (25% from 255) = 35.20%
R=20.11%
G=44.69%
B=35.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680630.5500.210.69156.8237.9322.75
Hex24503F37015459d2617
Octal4412077670251052354627
Binary100100101000011111111011101010110001011001110110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,80,63); }

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

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

 a { background-color: rgb(36,80,63); }

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

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

 span { border-color: rgb(36,80,63); }

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