Html Css Color HEX #225140 Te Papa Green

📋 copy color: '#225140'

red 34 ◦ green 81 ◦ blue 64

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

Shades of Te Papa Green #225140

Tints of Te Papa Green #225140

RGB

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

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

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

R = 18.99%
G = 45.25%
B = 35.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#225140 (or 0x225140) is known color: Te Papa Green. HEX triplet: 22, 51 and 40. RGB value is (34,81,64). Sum of RGB (Red+Green+Blue) = 34+81+64=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 81 (32.03% from 255 or 45.25% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 81 - color contains mainly: green. Hex color #225140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225140 is #DDAEBF. Grayscale: #414141. Windows color (decimal): -14528192 or 4215074. OLE color: 4215074.

HSL color Cylindrical-coordinate representation of color #225140: hue angle of 158.3º 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 #225140 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 81 64 -
CMYK 0.58 0 0.21 0.68
HSL 158.3º 0.41% 0.23% -
HSV(B) 158.3º 0.58% 0.32% -
XYZ 4.53 6.6 5.88 -
YUV 65.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 34 81 64 0.58 0 0.21 0.68 158.3 0.41 0.23
Hex 22 51 40 3A 0 15 44 9E 29 17
Octal 42 121 100 72 0 25 104 236 51 27
Binary 100010 1010001 1000000 111010 0 10101 1000100 10011110 101001 10111

Color Harmonies of #225140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225140

Black with #225140

Text Example


Text Example

White with #225140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225140; }

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

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

background-color css

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

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

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

border-color css

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

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

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