Html Css Color HEX #224D3D Te Papa Green

📋 copy color: '#224D3D'

red 34 ◦ green 77 ◦ blue 61

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

Shades of Te Papa Green #224D3D

Tints of Te Papa Green #224D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 35.47%

R = 19.77%
G = 44.77%
B = 35.47%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#224D3D (or 0x224D3D) is known color: Te Papa Green. HEX triplet: 22, 4D and 3D. RGB value is (34,77,61). Sum of RGB (Red+Green+Blue) = 34+77+61=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #224D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D3D is #DDB2C2. Grayscale: #3E3E3E. Windows color (decimal): -14529219 or 4017442. OLE color: 4017442.

HSL color Cylindrical-coordinate representation of color #224D3D: hue angle of 157.67º 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 #224D3D is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 34 77 61 -
CMYK 0.56 0 0.21 0.70
HSL 157.67º 0.39% 0.22% -
HSV(B) 157.67º 0.56% 0.3% -
XYZ 4.16 5.98 5.35 -
YUV 62.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 34 77 61 0.56 0 0.21 0.70 157.67 0.39 0.22
Hex 22 4D 3D 38 0 15 46 9E 27 16
Octal 42 115 75 70 0 25 106 236 47 26
Binary 100010 1001101 111101 111000 0 10101 1000110 10011110 100111 10110

Color Harmonies of #224D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224D3D

Black with #224D3D

Text Example


Text Example

White with #224D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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