Html Css Color HEX #225340 Te Papa Green

📋 copy color: '#225340'

red 34 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #225340

Tints of Te Papa Green #225340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.36%

R = 18.78%
G = 45.86%
B = 35.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#225340 (or 0x225340) is known color: Te Papa Green. HEX triplet: 22, 53 and 40. RGB value is (34,83,64). Sum of RGB (Red+Green+Blue) = 34+83+64=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #225340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225340 is #DDACBF. Grayscale: #424242. Windows color (decimal): -14527680 or 4215586. OLE color: 4215586.

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

Color convert

RGB 34 83 64 -
CMYK 0.59 0 0.23 0.67
HSL 156.73º 0.42% 0.23% -
HSV(B) 156.73º 0.59% 0.33% -
XYZ 4.68 6.9 5.94 -
YUV 66.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 34 83 64 0.59 0 0.23 0.67 156.73 0.42 0.23
Hex 22 53 40 3B 0 17 43 9D 2A 17
Octal 42 123 100 73 0 27 103 235 52 27
Binary 100010 1010011 1000000 111011 0 10111 1000011 10011101 101010 10111

Color Harmonies of #225340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225340

Black with #225340

Text Example


Text Example

White with #225340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225340; }

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

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

background-color css

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

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

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

border-color css

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

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

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