Html Css Color HEX #24513D Te Papa Green

📋 copy color: '#24513D'

red 36 ◦ green 81 ◦ blue 61

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

Shades of Te Papa Green #24513D

Tints of Te Papa Green #24513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.51%

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

R = 20.22%
G = 45.51%
B = 34.27%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#24513D (or 0x24513D) is known color: Te Papa Green. HEX triplet: 24, 51 and 3D. RGB value is (36,81,61). Sum of RGB (Red+Green+Blue) = 36+81+61=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #24513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24513D is #DBAEC2. Grayscale: #414141. Windows color (decimal): -14397123 or 4018468. OLE color: 4018468.

HSL color Cylindrical-coordinate representation of color #24513D: hue angle of 153.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24513D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 81 61 -
CMYK 0.56 0 0.25 0.68
HSL 153.33º 0.38% 0.23% -
HSV(B) 153.33º 0.56% 0.32% -
XYZ 4.51 6.6 5.45 -
YUV 65.27 125.59 107.13 -
System Red Green Blue C M Y K H S L
Decimal 36 81 61 0.56 0 0.25 0.68 153.33 0.38 0.23
Hex 24 51 3D 38 0 19 44 99 26 17
Octal 44 121 75 70 0 31 104 231 46 27
Binary 100100 1010001 111101 111000 0 11001 1000100 10011001 100110 10111

Color Harmonies of #24513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24513D

Black with #24513D

Text Example


Text Example

White with #24513D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24513D;
 }
 .AnyTagClassName
 {
   color: #24513D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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