Html Css Color HEX #244D41 Te Papa Green

📋 copy color: '#244D41'

red 36 ◦ green 77 ◦ blue 65

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

Shades of Te Papa Green #244D41

Tints of Te Papa Green #244D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 43.26%

 BLUE value IS 65 (25.78% from 255) = 36.52%

R = 20.22%
G = 43.26%
B = 36.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#244D41 (or 0x244D41) is known color: Te Papa Green. HEX triplet: 24, 4D and 41. RGB value is (36,77,65). Sum of RGB (Red+Green+Blue) = 36+77+65=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 77 (30.47% from 255 or 43.26% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 77 - color contains mainly: green. Hex color #244D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #244D41 is #DBB2BE. Grayscale: #3F3F3F. Windows color (decimal): -14398143 or 4279588. OLE color: 4279588.

HSL color Cylindrical-coordinate representation of color #244D41: hue angle of 162.44º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #244D41 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 77 65 -
CMYK 0.53 0 0.16 0.70
HSL 162.44º 0.36% 0.22% -
HSV(B) 162.44º 0.53% 0.3% -
XYZ 4.34 6.06 5.94 -
YUV 63.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 36 77 65 0.53 0 0.16 0.70 162.44 0.36 0.22
Hex 24 4D 41 35 0 10 46 A2 24 16
Octal 44 115 101 65 0 20 106 242 44 26
Binary 100100 1001101 1000001 110101 0 10000 1000110 10100010 100100 10110

Color Harmonies of #244D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244D41

Black with #244D41

Text Example


Text Example

White with #244D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #244D41; }

 p { color: rgb(36,77,65); }

 H1.HeaderClassName
 {
   color: #244D41;
 }
 .AnyTagClassName
 {
   color: #244D41;
 }
</style>

background-color css

<style>
 a { background-color: #244D41; }

 a { background-color: rgb(36,77,65); }

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

border-color css

<style>
 span { border-color: #244D41; }

 span { border-color: rgb(36,77,65); }

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