Html Css Color HEX #225045 Te Papa Green

📋 copy color: '#225045'

red 34 ◦ green 80 ◦ blue 69

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

Shades of Te Papa Green #225045

Tints of Te Papa Green #225045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.72%

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 18.58%
G = 43.72%
B = 37.7%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#225045 (or 0x225045) is known color: Te Papa Green. HEX triplet: 22, 50 and 45. RGB value is (34,80,69). Sum of RGB (Red+Green+Blue) = 34+80+69=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #225045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225045 is #DDAFBA. Grayscale: #404040. Windows color (decimal): -14528443 or 4542498. OLE color: 4542498.

HSL color Cylindrical-coordinate representation of color #225045: hue angle of 165.65º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #225045 is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 34 80 69 -
CMYK 0.58 0 0.14 0.69
HSL 165.65º 0.4% 0.22% -
HSV(B) 165.65º 0.58% 0.31% -
XYZ 4.6 6.51 6.64 -
YUV 64.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 34 80 69 0.58 0 0.14 0.69 165.65 0.4 0.22
Hex 22 50 45 3A 0 E 45 A6 28 16
Octal 42 120 105 72 0 16 105 246 50 26
Binary 100010 1010000 1000101 111010 0 1110 1000101 10100110 101000 10110

Color Harmonies of #225045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225045

Black with #225045

Text Example


Text Example

White with #225045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225045; }

 p { color: rgb(34,80,69); }

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

background-color css

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

 a { background-color: rgb(34,80,69); }

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

border-color css

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

 span { border-color: rgb(34,80,69); }

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