Html Css Color HEX #224C40 Te Papa Green

📋 copy color: '#224C40'

red 34 ◦ green 76 ◦ blue 64

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

Shades of Te Papa Green #224C40

Tints of Te Papa Green #224C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 36.78%

R = 19.54%
G = 43.68%
B = 36.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#224C40 (or 0x224C40) is known color: Te Papa Green. HEX triplet: 22, 4C and 40. RGB value is (34,76,64). Sum of RGB (Red+Green+Blue) = 34+76+64=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #224C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C40 is #DDB3BF. Grayscale: #3E3E3E. Windows color (decimal): -14529472 or 4213794. OLE color: 4213794.

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

Color convert

RGB 34 76 64 -
CMYK 0.55 0 0.16 0.70
HSL 162.86º 0.38% 0.22% -
HSV(B) 162.86º 0.55% 0.3% -
XYZ 4.17 5.88 5.77 -
YUV 62.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 34 76 64 0.55 0 0.16 0.70 162.86 0.38 0.22
Hex 22 4C 40 37 0 10 46 A3 26 16
Octal 42 114 100 67 0 20 106 243 46 26
Binary 100010 1001100 1000000 110111 0 10000 1000110 10100011 100110 10110

Color Harmonies of #224C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C40

Black with #224C40

Text Example


Text Example

White with #224C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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