Html Css Color HEX #205345 Te Papa Green

📋 copy color: '#205345'

red 32 ◦ green 83 ◦ blue 69

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

Shades of Te Papa Green #205345

Tints of Te Papa Green #205345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 17.39%
G = 45.11%
B = 37.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#205345 (or 0x205345) is known color: Te Papa Green. HEX triplet: 20, 53 and 45. RGB value is (32,83,69). Sum of RGB (Red+Green+Blue) = 32+83+69=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #205345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205345 is #DFACBA. Grayscale: #424242. Windows color (decimal): -14658747 or 4543264. OLE color: 4543264.

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

Color convert

RGB 32 83 69 -
CMYK 0.61 0 0.17 0.67
HSL 163.53º 0.44% 0.23% -
HSV(B) 163.53º 0.61% 0.33% -
XYZ 4.76 6.92 6.72 -
YUV 66.16 129.6 103.64 -
System Red Green Blue C M Y K H S L
Decimal 32 83 69 0.61 0 0.17 0.67 163.53 0.44 0.23
Hex 20 53 45 3D 0 11 43 A4 2C 17
Octal 40 123 105 75 0 21 103 244 54 27
Binary 100000 1010011 1000101 111101 0 10001 1000011 10100100 101100 10111

Color Harmonies of #205345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205345

Black with #205345

Text Example


Text Example

White with #205345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205345; }

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

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

background-color css

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

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

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

border-color css

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

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

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