Html Css Color HEX #224C41 Te Papa Green

📋 copy color: '#224C41'

red 34 ◦ green 76 ◦ blue 65

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

Shades of Te Papa Green #224C41

Tints of Te Papa Green #224C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.14%

R = 19.43%
G = 43.43%
B = 37.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#224C41 (or 0x224C41) is known color: Te Papa Green. HEX triplet: 22, 4C and 41. RGB value is (34,76,65). Sum of RGB (Red+Green+Blue) = 34+76+65=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 76 - color contains mainly: green. Hex color #224C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C41 is #DDB3BE. Grayscale: #3E3E3E. Windows color (decimal): -14529471 or 4279330. OLE color: 4279330.

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

Color convert

RGB 34 76 65 -
CMYK 0.55 0 0.14 0.70
HSL 164.29º 0.38% 0.22% -
HSV(B) 164.29º 0.55% 0.3% -
XYZ 4.2 5.89 5.92 -
YUV 62.19 129.59 107.89 -
System Red Green Blue C M Y K H S L
Decimal 34 76 65 0.55 0 0.14 0.70 164.29 0.38 0.22
Hex 22 4C 41 37 0 E 46 A4 26 16
Octal 42 114 101 67 0 16 106 244 46 26
Binary 100010 1001100 1000001 110111 0 1110 1000110 10100100 100110 10110

Color Harmonies of #224C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224C41

Black with #224C41

Text Example


Text Example

White with #224C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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