Html Css Color HEX #205246 Te Papa Green

📋 copy color: '#205246'

red 32 ◦ green 82 ◦ blue 70

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

Shades of Te Papa Green #205246

Tints of Te Papa Green #205246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 38.04%

R = 17.39%
G = 44.57%
B = 38.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#205246 (or 0x205246) is known color: Te Papa Green. HEX triplet: 20, 52 and 46. RGB value is (32,82,70). Sum of RGB (Red+Green+Blue) = 32+82+70=184 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.39% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 82 - color contains mainly: green. Hex color #205246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205246 is #DFADB9. Grayscale: #414141. Windows color (decimal): -14659002 or 4608544. OLE color: 4608544.

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

Color convert

RGB 32 82 70 -
CMYK 0.61 0 0.15 0.68
HSL 165.6º 0.44% 0.22% -
HSV(B) 165.6º 0.61% 0.32% -
XYZ 4.72 6.78 6.86 -
YUV 65.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 32 82 70 0.61 0 0.15 0.68 165.6 0.44 0.22
Hex 20 52 46 3D 0 F 44 A6 2C 16
Octal 40 122 106 75 0 17 104 246 54 26
Binary 100000 1010010 1000110 111101 0 1111 1000100 10100110 101100 10110

Color Harmonies of #205246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205246

Black with #205246

Text Example


Text Example

White with #205246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205246; }

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

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

background-color css

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

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

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

border-color css

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

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

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