#24503D

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

Shades of Te Papa Green #24503D

Tints of Te Papa Green #24503D

Color information

#24503D (or 0x24503D) is unknown color: approx Te Papa Green. HEX triplet: 24, 50 and 3D. RGB value is (36,80,61). Sum of RGB (Red+Green+Blue) = 36+80+61=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #24503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24503D is #DBAFC2. Grayscale: #404040. Windows color (decimal): -14397379 or 4018212. OLE color: 4018212.

HSL color Cylindrical-coordinate representation of color #24503D: hue angle of 154.09º 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 #24503D is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB368061-
CMYK0.5500.240.69
HSL154.09º37.93%22.75%-
HSV(B)154.09º55%31.37%-
XYZ4.446.455.43-
YUV64.68125.92107.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.34%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=20.34%
G=45.20%
B=34.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680610.5500.240.69154.0937.9322.75
Hex24503D37018459a2617
Octal4412075670301052324627
Binary100100101000011110111011101100010001011001101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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