Html Css Color HEX #22493F Te Papa Green

📋 copy color: '#22493F'

red 34 ◦ green 73 ◦ blue 63

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

Shades of Te Papa Green #22493F

Tints of Te Papa Green #22493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.94%

 BLUE value IS 63 (25% from 255) = 37.06%

R = 20%
G = 42.94%
B = 37.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#22493F (or 0x22493F) is known color: Te Papa Green. HEX triplet: 22, 49 and 3F. RGB value is (34,73,63). Sum of RGB (Red+Green+Blue) = 34+73+63=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 73 - color contains mainly: green. Hex color #22493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22493F is #DDB6C0. Grayscale: #3C3C3C. Windows color (decimal): -14530241 or 4147490. OLE color: 4147490.

HSL color Cylindrical-coordinate representation of color #22493F: hue angle of 164.62º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #22493F is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 34 73 63 -
CMYK 0.53 0 0.14 0.71
HSL 164.62º 0.36% 0.21% -
HSV(B) 164.62º 0.53% 0.29% -
XYZ 3.94 5.46 5.55 -
YUV 60.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 34 73 63 0.53 0 0.14 0.71 164.62 0.36 0.21
Hex 22 49 3F 35 0 E 47 A5 24 15
Octal 42 111 77 65 0 16 107 245 44 25
Binary 100010 1001001 111111 110101 0 1110 1000111 10100101 100100 10101

Color Harmonies of #22493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22493F

Black with #22493F

Text Example


Text Example

White with #22493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22493F; }

 p { color: rgb(34,73,63); }

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

background-color css

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

 a { background-color: rgb(34,73,63); }

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

border-color css

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

 span { border-color: rgb(34,73,63); }

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