Html Css Color HEX #224F3D Te Papa Green

📋 copy color: '#224F3D'

red 34 ◦ green 79 ◦ blue 61

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

Shades of Te Papa Green #224F3D

Tints of Te Papa Green #224F3D

RGB

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

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

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

R = 19.54%
G = 45.4%
B = 35.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#224F3D (or 0x224F3D) is known color: Te Papa Green. HEX triplet: 22, 4F and 3D. RGB value is (34,79,61). Sum of RGB (Red+Green+Blue) = 34+79+61=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #224F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F3D is #DDB0C2. Grayscale: #3F3F3F. Windows color (decimal): -14528707 or 4017954. OLE color: 4017954.

HSL color Cylindrical-coordinate representation of color #224F3D: hue angle of 156º 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 #224F3D is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 79 61 -
CMYK 0.57 0 0.23 0.69
HSL 156º 0.4% 0.22% -
HSV(B) 156º 0.57% 0.31% -
XYZ 4.3 6.27 5.4 -
YUV 63.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 34 79 61 0.57 0 0.23 0.69 156 0.4 0.22
Hex 22 4F 3D 39 0 17 45 9C 28 16
Octal 42 117 75 71 0 27 105 234 50 26
Binary 100010 1001111 111101 111001 0 10111 1000101 10011100 101000 10110

Color Harmonies of #224F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224F3D

Black with #224F3D

Text Example


Text Example

White with #224F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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