Html Css Color HEX #225042 Te Papa Green

📋 copy color: '#225042'

red 34 ◦ green 80 ◦ blue 66

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

Shades of Te Papa Green #225042

Tints of Te Papa Green #225042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.67%

R = 18.89%
G = 44.44%
B = 36.67%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#225042 (or 0x225042) is known color: Te Papa Green. HEX triplet: 22, 50 and 42. RGB value is (34,80,66). Sum of RGB (Red+Green+Blue) = 34+80+66=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #225042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225042 is #DDAFBD. Grayscale: #404040. Windows color (decimal): -14528446 or 4345890. OLE color: 4345890.

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

Color convert

RGB 34 80 66 -
CMYK 0.58 0 0.17 0.69
HSL 161.74º 0.4% 0.22% -
HSV(B) 161.74º 0.58% 0.31% -
XYZ 4.51 6.47 6.17 -
YUV 64.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 34 80 66 0.58 0 0.17 0.69 161.74 0.4 0.22
Hex 22 50 42 3A 0 11 45 A2 28 16
Octal 42 120 102 72 0 21 105 242 50 26
Binary 100010 1010000 1000010 111010 0 10001 1000101 10100010 101000 10110

Color Harmonies of #225042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225042

Black with #225042

Text Example


Text Example

White with #225042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225042; }

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

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

background-color css

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

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

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

border-color css

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

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

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