Html Css Color HEX #225243 Te Papa Green

📋 copy color: '#225243'

red 34 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #225243

Tints of Te Papa Green #225243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 18.58%
G = 44.81%
B = 36.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#225243 (or 0x225243) is known color: Te Papa Green. HEX triplet: 22, 52 and 43. RGB value is (34,82,67). Sum of RGB (Red+Green+Blue) = 34+82+67=183 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.58% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #225243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225243 is #DDADBC. Grayscale: #414141. Windows color (decimal): -14527933 or 4411938. OLE color: 4411938.

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

Color convert

RGB 34 82 67 -
CMYK 0.59 0 0.18 0.68
HSL 161.25º 0.41% 0.23% -
HSV(B) 161.25º 0.59% 0.32% -
XYZ 4.69 6.78 6.37 -
YUV 65.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 34 82 67 0.59 0 0.18 0.68 161.25 0.41 0.23
Hex 22 52 43 3B 0 12 44 A1 29 17
Octal 42 122 103 73 0 22 104 241 51 27
Binary 100010 1010010 1000011 111011 0 10010 1000100 10100001 101001 10111

Color Harmonies of #225243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225243

Black with #225243

Text Example


Text Example

White with #225243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225243; }

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

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

background-color css

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

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

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

border-color css

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

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

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