Html Css Color HEX #224C3D Te Papa Green

📋 copy color: '#224C3D'

red 34 ◦ green 76 ◦ blue 61

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

Shades of Te Papa Green #224C3D

Tints of Te Papa Green #224C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

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

R = 19.88%
G = 44.44%
B = 35.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#224C3D (or 0x224C3D) is known color: Te Papa Green. HEX triplet: 22, 4C and 3D. RGB value is (34,76,61). Sum of RGB (Red+Green+Blue) = 34+76+61=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #224C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C3D is #DDB3C2. Grayscale: #3D3D3D. Windows color (decimal): -14529475 or 4017186. OLE color: 4017186.

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

Color convert

RGB 34 76 61 -
CMYK 0.55 0 0.20 0.70
HSL 158.57º 0.38% 0.22% -
HSV(B) 158.57º 0.55% 0.3% -
XYZ 4.09 5.85 5.33 -
YUV 61.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 34 76 61 0.55 0 0.20 0.70 158.57 0.38 0.22
Hex 22 4C 3D 37 0 14 46 9F 26 16
Octal 42 114 75 67 0 24 106 237 46 26
Binary 100010 1001100 111101 110111 0 10100 1000110 10011111 100110 10110

Color Harmonies of #224C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C3D

Black with #224C3D

Text Example


Text Example

White with #224C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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