Html Css Color HEX #204C3F Te Papa Green

📋 copy color: '#204C3F'

red 32 ◦ green 76 ◦ blue 63

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

Shades of Te Papa Green #204C3F

Tints of Te Papa Green #204C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 44.44%

 BLUE value IS 63 (25% from 255) = 36.84%

R = 18.71%
G = 44.44%
B = 36.84%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#204C3F (or 0x204C3F) is known color: Te Papa Green. HEX triplet: 20, 4C and 3F. RGB value is (32,76,63). Sum of RGB (Red+Green+Blue) = 32+76+63=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 76 (30.08% from 255 or 44.44% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 76 - color contains mainly: green. Hex color #204C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204C3F is #DFB3C0. Grayscale: #3D3D3D. Windows color (decimal): -14660545 or 4148256. OLE color: 4148256.

HSL color Cylindrical-coordinate representation of color #204C3F: hue angle of 162.27º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204C3F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 32 76 63 -
CMYK 0.58 0 0.17 0.70
HSL 162.27º 0.41% 0.21% -
HSV(B) 162.27º 0.58% 0.3% -
XYZ 4.08 5.83 5.61 -
YUV 61.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 32 76 63 0.58 0 0.17 0.70 162.27 0.41 0.21
Hex 20 4C 3F 3A 0 11 46 A2 29 15
Octal 40 114 77 72 0 21 106 242 51 25
Binary 100000 1001100 111111 111010 0 10001 1000110 10100010 101001 10101

Color Harmonies of #204C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C3F

Black with #204C3F

Text Example


Text Example

White with #204C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204C3F; }

 p { color: rgb(32,76,63); }

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

background-color css

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

 a { background-color: rgb(32,76,63); }

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

border-color css

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

 span { border-color: rgb(32,76,63); }

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