Html Css Color HEX #224F40 Te Papa Green

📋 copy color: '#224F40'

red 34 ◦ green 79 ◦ blue 64

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

Shades of Te Papa Green #224F40

Tints of Te Papa Green #224F40

RGB

 RED value IS 34 (13.67% from 255) = 19.21%

 GREEN value IS 79 (31.25% from 255) = 44.63%

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

R = 19.21%
G = 44.63%
B = 36.16%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#224F40 (or 0x224F40) is known color: Te Papa Green. HEX triplet: 22, 4F and 40. RGB value is (34,79,64). Sum of RGB (Red+Green+Blue) = 34+79+64=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 79 (31.25% from 255 or 44.63% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 79 - color contains mainly: green. Hex color #224F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F40 is #DDB0BF. Grayscale: #3F3F3F. Windows color (decimal): -14528704 or 4214562. OLE color: 4214562.

HSL color Cylindrical-coordinate representation of color #224F40: hue angle of 160º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224F40 is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 79 64 -
CMYK 0.57 0 0.19 0.69
HSL 160º 0.4% 0.22% -
HSV(B) 160º 0.57% 0.31% -
XYZ 4.38 6.3 5.84 -
YUV 63.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 34 79 64 0.57 0 0.19 0.69 160 0.4 0.22
Hex 22 4F 40 39 0 13 45 A0 28 16
Octal 42 117 100 71 0 23 105 240 50 26
Binary 100010 1001111 1000000 111001 0 10011 1000101 10100000 101000 10110

Color Harmonies of #224F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F40

Black with #224F40

Text Example


Text Example

White with #224F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224F40; }

 p { color: rgb(34,79,64); }

 H1.HeaderClassName
 {
   color: #224F40;
 }
 .AnyTagClassName
 {
   color: #224F40;
 }
</style>

background-color css

<style>
 a { background-color: #224F40; }

 a { background-color: rgb(34,79,64); }

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

border-color css

<style>
 span { border-color: #224F40; }

 span { border-color: rgb(34,79,64); }

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