Html Css Color HEX #22503D Te Papa Green

📋 copy color: '#22503D'

red 34 ◦ green 80 ◦ blue 61

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

Shades of Te Papa Green #22503D

Tints of Te Papa Green #22503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.86%

R = 19.43%
G = 45.71%
B = 34.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#22503D (or 0x22503D) is known color: Te Papa Green. HEX triplet: 22, 50 and 3D. RGB value is (34,80,61). Sum of RGB (Red+Green+Blue) = 34+80+61=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #22503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22503D is #DDAFC2. Grayscale: #404040. Windows color (decimal): -14528451 or 4018210. OLE color: 4018210.

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

Color convert

RGB 34 80 61 -
CMYK 0.58 0 0.24 0.69
HSL 155.22º 0.4% 0.22% -
HSV(B) 155.22º 0.58% 0.31% -
XYZ 4.37 6.41 5.42 -
YUV 64.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 34 80 61 0.58 0 0.24 0.69 155.22 0.4 0.22
Hex 22 50 3D 3A 0 18 45 9B 28 16
Octal 42 120 75 72 0 30 105 233 50 26
Binary 100010 1010000 111101 111010 0 11000 1000101 10011011 101000 10110

Color Harmonies of #22503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22503D

Black with #22503D

Text Example


Text Example

White with #22503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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