Html Css Color HEX #205340 Te Papa Green

📋 copy color: '#205340'

red 32 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #205340

Tints of Te Papa Green #205340

RGB

 RED value IS 32 (12.89% from 255) = 17.88%

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

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

R = 17.88%
G = 46.37%
B = 35.75%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#205340 (or 0x205340) is known color: Te Papa Green. HEX triplet: 20, 53 and 40. RGB value is (32,83,64). Sum of RGB (Red+Green+Blue) = 32+83+64=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #205340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205340 is #DFACBF. Grayscale: #414141. Windows color (decimal): -14658752 or 4215584. OLE color: 4215584.

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

Color convert

RGB 32 83 64 -
CMYK 0.61 0 0.23 0.67
HSL 157.65º 0.44% 0.23% -
HSV(B) 157.65º 0.61% 0.33% -
XYZ 4.61 6.86 5.93 -
YUV 65.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 32 83 64 0.61 0 0.23 0.67 157.65 0.44 0.23
Hex 20 53 40 3D 0 17 43 9E 2C 17
Octal 40 123 100 75 0 27 103 236 54 27
Binary 100000 1010011 1000000 111101 0 10111 1000011 10011110 101100 10111

Color Harmonies of #205340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205340

Black with #205340

Text Example


Text Example

White with #205340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205340; }

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

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

background-color css

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

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

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

border-color css

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

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

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