Html Css Color HEX #244C40 Te Papa Green

📋 copy color: '#244C40'

red 36 ◦ green 76 ◦ blue 64

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

Shades of Te Papa Green #244C40

Tints of Te Papa Green #244C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.18%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 20.45%
G = 43.18%
B = 36.36%

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

#244C40 (or 0x244C40) is known color: Te Papa Green. HEX triplet: 24, 4C and 40. RGB value is (36,76,64). Sum of RGB (Red+Green+Blue) = 36+76+64=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 76 (30.08% from 255 or 43.18% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 76 - color contains mainly: green. Hex color #244C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C40 is #DBB3BF. Grayscale: #3E3E3E. Windows color (decimal): -14398400 or 4213796. OLE color: 4213796.

HSL color Cylindrical-coordinate representation of color #244C40: hue angle of 162º 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 #244C40 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 36 76 64 -
CMYK 0.53 0 0.16 0.70
HSL 162º 0.36% 0.22% -
HSV(B) 162º 0.53% 0.3% -
XYZ 4.24 5.91 5.77 -
YUV 62.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 36 76 64 0.53 0 0.16 0.70 162 0.36 0.22
Hex 24 4C 40 35 0 10 46 A2 24 16
Octal 44 114 100 65 0 20 106 242 44 26
Binary 100100 1001100 1000000 110101 0 10000 1000110 10100010 100100 10110

Color Harmonies of #244C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C40

Black with #244C40

Text Example


Text Example

White with #244C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,76,64); }

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

background-color css

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

 a { background-color: rgb(36,76,64); }

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

border-color css

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

 span { border-color: rgb(36,76,64); }

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