Html Css Color HEX #244C42 Te Papa Green

📋 copy color: '#244C42'

red 36 ◦ green 76 ◦ blue 66

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

Shades of Te Papa Green #244C42

Tints of Te Papa Green #244C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 37.08%

R = 20.22%
G = 42.7%
B = 37.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.70

RGB Variations

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

Color information

#244C42 (or 0x244C42) is known color: Te Papa Green. HEX triplet: 24, 4C and 42. RGB value is (36,76,66). Sum of RGB (Red+Green+Blue) = 36+76+66=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 76 - color contains mainly: green. Hex color #244C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C42 is #DBB3BD. Grayscale: #3E3E3E. Windows color (decimal): -14398398 or 4344868. OLE color: 4344868.

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

Color convert

RGB 36 76 66 -
CMYK 0.53 0 0.13 0.70
HSL 165º 0.36% 0.22% -
HSV(B) 165º 0.53% 0.3% -
XYZ 4.3 5.94 6.07 -
YUV 62.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 36 76 66 0.53 0 0.13 0.70 165 0.36 0.22
Hex 24 4C 42 35 0 D 46 A5 24 16
Octal 44 114 102 65 0 15 106 245 44 26
Binary 100100 1001100 1000010 110101 0 1101 1000110 10100101 100100 10110

Color Harmonies of #244C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244C42

Black with #244C42

Text Example


Text Example

White with #244C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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