Html Css Color HEX #224D3F Te Papa Green

📋 copy color: '#224D3F'

red 34 ◦ green 77 ◦ blue 63

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

Shades of Te Papa Green #224D3F

Tints of Te Papa Green #224D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.21%

R = 19.54%
G = 44.25%
B = 36.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#224D3F (or 0x224D3F) is known color: Te Papa Green. HEX triplet: 22, 4D and 3F. RGB value is (34,77,63). Sum of RGB (Red+Green+Blue) = 34+77+63=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 77 (30.47% from 255 or 44.25% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 77 - color contains mainly: green. Hex color #224D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D3F is #DDB2C0. Grayscale: #3E3E3E. Windows color (decimal): -14529217 or 4148514. OLE color: 4148514.

HSL color Cylindrical-coordinate representation of color #224D3F: hue angle of 160.47º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D3F is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 77 63 -
CMYK 0.56 0 0.18 0.70
HSL 160.47º 0.39% 0.22% -
HSV(B) 160.47º 0.56% 0.3% -
XYZ 4.21 6.01 5.64 -
YUV 62.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 34 77 63 0.56 0 0.18 0.70 160.47 0.39 0.22
Hex 22 4D 3F 38 0 12 46 A0 27 16
Octal 42 115 77 70 0 22 106 240 47 26
Binary 100010 1001101 111111 111000 0 10010 1000110 10100000 100111 10110

Color Harmonies of #224D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D3F

Black with #224D3F

Text Example


Text Example

White with #224D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,77,63); }

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

background-color css

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

 a { background-color: rgb(34,77,63); }

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

border-color css

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

 span { border-color: rgb(34,77,63); }

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