Html Css Color HEX #225141 Te Papa Green

📋 copy color: '#225141'

red 34 ◦ green 81 ◦ blue 65

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

Shades of Te Papa Green #225141

Tints of Te Papa Green #225141

RGB

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

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

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

R = 18.89%
G = 45%
B = 36.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#225141 (or 0x225141) is known color: Te Papa Green. HEX triplet: 22, 51 and 41. RGB value is (34,81,65). Sum of RGB (Red+Green+Blue) = 34+81+65=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #225141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225141 is #DDAEBE. Grayscale: #414141. Windows color (decimal): -14528191 or 4280610. OLE color: 4280610.

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

Color convert

RGB 34 81 65 -
CMYK 0.58 0 0.20 0.68
HSL 159.57º 0.41% 0.23% -
HSV(B) 159.57º 0.58% 0.32% -
XYZ 4.56 6.61 6.04 -
YUV 65.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 34 81 65 0.58 0 0.20 0.68 159.57 0.41 0.23
Hex 22 51 41 3A 0 14 44 A0 29 17
Octal 42 121 101 72 0 24 104 240 51 27
Binary 100010 1010001 1000001 111010 0 10100 1000100 10100000 101001 10111

Color Harmonies of #225141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225141

Black with #225141

Text Example


Text Example

White with #225141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225141; }

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

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

background-color css

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

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

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

border-color css

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

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

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