Html Css Color HEX #225144 Te Papa Green

📋 copy color: '#225144'

red 34 ◦ green 81 ◦ blue 68

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

Shades of Te Papa Green #225144

Tints of Te Papa Green #225144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 44.26%

 BLUE value IS 68 (26.95% from 255) = 37.16%

R = 18.58%
G = 44.26%
B = 37.16%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#225144 (or 0x225144) is known color: Te Papa Green. HEX triplet: 22, 51 and 44. RGB value is (34,81,68). Sum of RGB (Red+Green+Blue) = 34+81+68=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 68 (26.95% from 255 or 37.16% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #225144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225144 is #DDAEBB. Grayscale: #414141. Windows color (decimal): -14528188 or 4477218. OLE color: 4477218.

HSL color Cylindrical-coordinate representation of color #225144: hue angle of 163.4º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #225144 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 81 68 -
CMYK 0.58 0 0.16 0.68
HSL 163.4º 0.41% 0.23% -
HSV(B) 163.4º 0.58% 0.32% -
XYZ 4.65 6.64 6.51 -
YUV 65.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 34 81 68 0.58 0 0.16 0.68 163.4 0.41 0.23
Hex 22 51 44 3A 0 10 44 A3 29 17
Octal 42 121 104 72 0 20 104 243 51 27
Binary 100010 1010001 1000100 111010 0 10000 1000100 10100011 101001 10111

Color Harmonies of #225144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225144

Black with #225144

Text Example


Text Example

White with #225144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225144; }

 p { color: rgb(34,81,68); }

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

background-color css

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

 a { background-color: rgb(34,81,68); }

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

border-color css

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

 span { border-color: rgb(34,81,68); }

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