Html Css Color HEX #225241 Te Papa Green

📋 copy color: '#225241'

red 34 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #225241

Tints of Te Papa Green #225241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

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

R = 18.78%
G = 45.3%
B = 35.91%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#225241 (or 0x225241) is known color: Te Papa Green. HEX triplet: 22, 52 and 41. RGB value is (34,82,65). Sum of RGB (Red+Green+Blue) = 34+82+65=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #225241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225241 is #DDADBE. Grayscale: #414141. Windows color (decimal): -14527935 or 4280866. OLE color: 4280866.

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

Color convert

RGB 34 82 65 -
CMYK 0.59 0 0.21 0.68
HSL 158.75º 0.41% 0.23% -
HSV(B) 158.75º 0.59% 0.32% -
XYZ 4.63 6.76 6.06 -
YUV 65.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 34 82 65 0.59 0 0.21 0.68 158.75 0.41 0.23
Hex 22 52 41 3B 0 15 44 9F 29 17
Octal 42 122 101 73 0 25 104 237 51 27
Binary 100010 1010010 1000001 111011 0 10101 1000100 10011111 101001 10111

Color Harmonies of #225241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225241

Black with #225241

Text Example


Text Example

White with #225241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225241; }

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

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

background-color css

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

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

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

border-color css

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

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

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