Html Css Color HEX #22513E Te Papa Green

📋 copy color: '#22513E'

red 34 ◦ green 81 ◦ blue 62

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

Shades of Te Papa Green #22513E

Tints of Te Papa Green #22513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45.76%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 19.21%
G = 45.76%
B = 35.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#22513E (or 0x22513E) is known color: Te Papa Green. HEX triplet: 22, 51 and 3E. RGB value is (34,81,62). Sum of RGB (Red+Green+Blue) = 34+81+62=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 81 (32.03% from 255 or 45.76% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 81 - color contains mainly: green. Hex color #22513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22513E is #DDAEC1. Grayscale: #404040. Windows color (decimal): -14528194 or 4084002. OLE color: 4084002.

HSL color Cylindrical-coordinate representation of color #22513E: hue angle of 155.74º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #22513E is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 34 81 62 -
CMYK 0.58 0 0.23 0.68
HSL 155.74º 0.41% 0.23% -
HSV(B) 155.74º 0.58% 0.32% -
XYZ 4.47 6.57 5.59 -
YUV 64.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 34 81 62 0.58 0 0.23 0.68 155.74 0.41 0.23
Hex 22 51 3E 3A 0 17 44 9C 29 17
Octal 42 121 76 72 0 27 104 234 51 27
Binary 100010 1010001 111110 111010 0 10111 1000100 10011100 101001 10111

Color Harmonies of #22513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22513E

Black with #22513E

Text Example


Text Example

White with #22513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22513E; }

 p { color: rgb(34,81,62); }

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

background-color css

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

 a { background-color: rgb(34,81,62); }

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

border-color css

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

 span { border-color: rgb(34,81,62); }

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