Html Css Color HEX #225246 Te Papa Green

📋 copy color: '#225246'

red 34 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #225246

Tints of Te Papa Green #225246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 18.28%
G = 44.09%
B = 37.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#225246 (or 0x225246) is known color: Te Papa Green. HEX triplet: 22, 52 and 46. RGB value is (34,82,70). Sum of RGB (Red+Green+Blue) = 34+82+70=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 82 - color contains mainly: green. Hex color #225246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225246 is #DDADB9. Grayscale: #424242. Windows color (decimal): -14527930 or 4608546. OLE color: 4608546.

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

Color convert

RGB 34 82 70 -
CMYK 0.59 0 0.15 0.68
HSL 165º 0.41% 0.23% -
HSV(B) 165º 0.59% 0.32% -
XYZ 4.78 6.82 6.86 -
YUV 66.28 130.1 104.98 -
System Red Green Blue C M Y K H S L
Decimal 34 82 70 0.59 0 0.15 0.68 165 0.41 0.23
Hex 22 52 46 3B 0 F 44 A5 29 17
Octal 42 122 106 73 0 17 104 245 51 27
Binary 100010 1010010 1000110 111011 0 1111 1000100 10100101 101001 10111

Color Harmonies of #225246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225246

Black with #225246

Text Example


Text Example

White with #225246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225246; }

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

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

background-color css

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

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

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

border-color css

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

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

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