Html Css Color HEX #22523F Te Papa Green

📋 copy color: '#22523F'

red 34 ◦ green 82 ◦ blue 63

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

Shades of Te Papa Green #22523F

Tints of Te Papa Green #22523F

RGB

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

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

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

R = 18.99%
G = 45.81%
B = 35.2%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#22523F (or 0x22523F) is known color: Te Papa Green. HEX triplet: 22, 52 and 3F. RGB value is (34,82,63). Sum of RGB (Red+Green+Blue) = 34+82+63=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 82 (32.42% from 255 or 45.81% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 82 - color contains mainly: green. Hex color #22523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22523F is #DDADC0. Grayscale: #414141. Windows color (decimal): -14527937 or 4149794. OLE color: 4149794.

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

Color convert

RGB 34 82 63 -
CMYK 0.59 0 0.23 0.68
HSL 156.25º 0.41% 0.23% -
HSV(B) 156.25º 0.59% 0.32% -
XYZ 4.57 6.73 5.76 -
YUV 65.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 34 82 63 0.59 0 0.23 0.68 156.25 0.41 0.23
Hex 22 52 3F 3B 0 17 44 9C 29 17
Octal 42 122 77 73 0 27 104 234 51 27
Binary 100010 1010010 111111 111011 0 10111 1000100 10011100 101001 10111

Color Harmonies of #22523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22523F

Black with #22523F

Text Example


Text Example

White with #22523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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