Html Css Color HEX #225443 Te Papa Green

📋 copy color: '#225443'

red 34 ◦ green 84 ◦ blue 67

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

Shades of Te Papa Green #225443

Tints of Te Papa Green #225443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 18.38%
G = 45.41%
B = 36.22%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#225443 (or 0x225443) is known color: Te Papa Green. HEX triplet: 22, 54 and 43. RGB value is (34,84,67). Sum of RGB (Red+Green+Blue) = 34+84+67=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #225443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225443 is #DDABBC. Grayscale: #434343. Windows color (decimal): -14527421 or 4412450. OLE color: 4412450.

HSL color Cylindrical-coordinate representation of color #225443: hue angle of 159.6º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225443 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 84 67 -
CMYK 0.60 0 0.20 0.67
HSL 159.6º 0.42% 0.23% -
HSV(B) 159.6º 0.6% 0.33% -
XYZ 4.84 7.09 6.42 -
YUV 67.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 34 84 67 0.60 0 0.20 0.67 159.6 0.42 0.23
Hex 22 54 43 3C 0 14 43 A0 2A 17
Octal 42 124 103 74 0 24 103 240 52 27
Binary 100010 1010100 1000011 111100 0 10100 1000011 10100000 101010 10111

Color Harmonies of #225443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225443

Black with #225443

Text Example


Text Example

White with #225443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225443; }

 p { color: rgb(34,84,67); }

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

background-color css

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

 a { background-color: rgb(34,84,67); }

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

border-color css

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

 span { border-color: rgb(34,84,67); }

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