Html Css Color HEX #205245 Te Papa Green

📋 copy color: '#205245'

red 32 ◦ green 82 ◦ blue 69

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

Shades of Te Papa Green #205245

Tints of Te Papa Green #205245

RGB

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

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

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

R = 17.49%
G = 44.81%
B = 37.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#205245 (or 0x205245) is known color: Te Papa Green. HEX triplet: 20, 52 and 45. RGB value is (32,82,69). Sum of RGB (Red+Green+Blue) = 32+82+69=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #205245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205245 is #DFADBA. Grayscale: #414141. Windows color (decimal): -14659003 or 4543008. OLE color: 4543008.

HSL color Cylindrical-coordinate representation of color #205245: hue angle of 164.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205245 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 32 82 69 -
CMYK 0.61 0 0.16 0.68
HSL 164.4º 0.44% 0.22% -
HSV(B) 164.4º 0.61% 0.32% -
XYZ 4.69 6.77 6.69 -
YUV 65.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 32 82 69 0.61 0 0.16 0.68 164.4 0.44 0.22
Hex 20 52 45 3D 0 10 44 A4 2C 16
Octal 40 122 105 75 0 20 104 244 54 26
Binary 100000 1010010 1000101 111101 0 10000 1000100 10100100 101100 10110

Color Harmonies of #205245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205245

Black with #205245

Text Example


Text Example

White with #205245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205245; }

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

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

background-color css

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

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

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

border-color css

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

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

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