Html Css Color HEX #205244 Te Papa Green

📋 copy color: '#205244'

red 32 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #205244

Tints of Te Papa Green #205244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 37.36%

R = 17.58%
G = 45.05%
B = 37.36%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#205244 (or 0x205244) is known color: Te Papa Green. HEX triplet: 20, 52 and 44. RGB value is (32,82,68). Sum of RGB (Red+Green+Blue) = 32+82+68=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 82 (32.42% from 255 or 45.05% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 82 - color contains mainly: green. Hex color #205244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205244 is #DFADBB. Grayscale: #414141. Windows color (decimal): -14659004 or 4477472. OLE color: 4477472.

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

Color convert

RGB 32 82 68 -
CMYK 0.61 0 0.17 0.68
HSL 163.2º 0.44% 0.22% -
HSV(B) 163.2º 0.61% 0.32% -
XYZ 4.66 6.76 6.53 -
YUV 65.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 32 82 68 0.61 0 0.17 0.68 163.2 0.44 0.22
Hex 20 52 44 3D 0 11 44 A3 2C 16
Octal 40 122 104 75 0 21 104 243 54 26
Binary 100000 1010010 1000100 111101 0 10001 1000100 10100011 101100 10110

Color Harmonies of #205244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205244

Black with #205244

Text Example


Text Example

White with #205244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205244; }

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

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

background-color css

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

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

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

border-color css

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

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

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