#224B3D

Color #224B3D Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #224B3D

Tints of Te Papa Green #224B3D

Color information

#224B3D (or 0x224B3D) is unknown color: approx Te Papa Green. HEX triplet: 22, 4B and 3D. RGB value is (34,75,61). Sum of RGB (Red+Green+Blue) = 34+75+61=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 75 (29.69% from 255 or 44.12% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 75 - color contains mainly: green. Hex color #224B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224B3D is #DDB4C2. Grayscale: #3D3D3D. Windows color (decimal): -14529731 or 4016930. OLE color: 4016930.

HSL color Cylindrical-coordinate representation of color #224B3D: hue angle of 159.51º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224B3D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB347561-
CMYK0.5500.190.71
HSL159.51º37.61%21.37%-
HSV(B)159.51º54.67%29.41%-
XYZ4.025.715.31-
YUV61.14127.92108.64-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20%
GREEN value IS 75 (29.69% from 255) = 44.12%
BLUE value IS 61 (24.22% from 255) = 35.88%
R=20%
G=44.12%
B=35.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3475610.5500.190.71159.5137.6121.37
Hex224B3D3701347a02615
Octal4211375670231072404625
Binary100010100101111110111011101001110001111010000010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #224B3D;
 }
 .AnyTagClassName
 {
   color: #224B3D;
 }
</style>
background-color css

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

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

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

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

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

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