Html Css Color HEX #22533F Te Papa Green

📋 copy color: '#22533F'

red 34 ◦ green 83 ◦ blue 63

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

Shades of Te Papa Green #22533F

Tints of Te Papa Green #22533F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 18.89%
G = 46.11%
B = 35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#22533F (or 0x22533F) is known color: Te Papa Green. HEX triplet: 22, 53 and 3F. RGB value is (34,83,63). Sum of RGB (Red+Green+Blue) = 34+83+63=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #22533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22533F is #DDACC0. Grayscale: #424242. Windows color (decimal): -14527681 or 4150050. OLE color: 4150050.

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

Color convert

RGB 34 83 63 -
CMYK 0.59 0 0.24 0.67
HSL 155.51º 0.42% 0.23% -
HSV(B) 155.51º 0.59% 0.33% -
XYZ 4.65 6.89 5.79 -
YUV 66.07 126.27 105.13 -
System Red Green Blue C M Y K H S L
Decimal 34 83 63 0.59 0 0.24 0.67 155.51 0.42 0.23
Hex 22 53 3F 3B 0 18 43 9C 2A 17
Octal 42 123 77 73 0 30 103 234 52 27
Binary 100010 1010011 111111 111011 0 11000 1000011 10011100 101010 10111

Color Harmonies of #22533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22533F

Black with #22533F

Text Example


Text Example

White with #22533F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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