Html Css Color HEX #205341 Te Papa Green

📋 copy color: '#205341'

red 32 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #205341

Tints of Te Papa Green #205341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 17.78%
G = 46.11%
B = 36.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#205341 (or 0x205341) is known color: Te Papa Green. HEX triplet: 20, 53 and 41. RGB value is (32,83,65). Sum of RGB (Red+Green+Blue) = 32+83+65=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #205341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205341 is #DFACBE. Grayscale: #414141. Windows color (decimal): -14658751 or 4281120. OLE color: 4281120.

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

Color convert

RGB 32 83 65 -
CMYK 0.61 0 0.22 0.67
HSL 158.82º 0.44% 0.23% -
HSV(B) 158.82º 0.61% 0.33% -
XYZ 4.64 6.88 6.08 -
YUV 65.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 32 83 65 0.61 0 0.22 0.67 158.82 0.44 0.23
Hex 20 53 41 3D 0 16 43 9F 2C 17
Octal 40 123 101 75 0 26 103 237 54 27
Binary 100000 1010011 1000001 111101 0 10110 1000011 10011111 101100 10111

Color Harmonies of #205341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205341

Black with #205341

Text Example


Text Example

White with #205341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205341; }

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

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

background-color css

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

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

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

border-color css

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

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

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