Html Css Color HEX #24503D Te Papa Green

📋 copy color: '#24503D'

red 36 ◦ green 80 ◦ blue 61

#24503D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #24503D

Tints of Te Papa Green #24503D

RGB

 RED value IS 36 (14.45% from 255) = 20.34%

 GREEN value IS 80 (31.64% from 255) = 45.2%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 20.34%
G = 45.2%
B = 34.46%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#24503D (or 0x24503D) is known color: 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

RGB 36 80 61 -
CMYK 0.55 0 0.24 0.69
HSL 154.09º 0.38% 0.23% -
HSV(B) 154.09º 0.55% 0.31% -
XYZ 4.44 6.45 5.43 -
YUV 64.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 36 80 61 0.55 0 0.24 0.69 154.09 0.38 0.23
Hex 24 50 3D 37 0 18 45 9A 26 17
Octal 44 120 75 67 0 30 105 232 46 27
Binary 100100 1010000 111101 110111 0 11000 1000101 10011010 100110 10111

Color Harmonies of #24503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24503D

Black with #24503D

Text Example


Text Example

White with #24503D

Text Example


Text Example

HTML Codes & Css Web 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>