Html Css Color HEX #2C503F Te Papa Green

📋 copy color: '#2C503F'

red 44 ◦ green 80 ◦ blue 63

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

Shades of Te Papa Green #2C503F

Tints of Te Papa Green #2C503F

RGB

 RED value IS 44 (17.58% from 255) = 23.53%

 GREEN value IS 80 (31.64% from 255) = 42.78%

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

R = 23.53%
G = 42.78%
B = 33.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#2C503F (or 0x2C503F) is known color: Te Papa Green. HEX triplet: 2C, 50 and 3F. RGB value is (44,80,63). Sum of RGB (Red+Green+Blue) = 44+80+63=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 80 (31.64% from 255 or 42.78% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 80 - color contains mainly: green. Hex color #2C503F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C503F is #D3AFC0. Grayscale: #434343. Windows color (decimal): -13873089 or 4149292. OLE color: 4149292.

HSL color Cylindrical-coordinate representation of color #2C503F: hue angle of 151.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C503F is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 63 -
CMYK 0.45 0 0.21 0.69
HSL 151.67º 0.29% 0.24% -
HSV(B) 151.67º 0.45% 0.31% -
XYZ 4.8 6.63 5.73 -
YUV 67.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 44 80 63 0.45 0 0.21 0.69 151.67 0.29 0.24
Hex 2C 50 3F 2D 0 15 45 98 1D 18
Octal 54 120 77 55 0 25 105 230 35 30
Binary 101100 1010000 111111 101101 0 10101 1000101 10011000 11101 11000

Color Harmonies of #2C503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C503F

Black with #2C503F

Text Example


Text Example

White with #2C503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C503F; }

 p { color: rgb(44,80,63); }

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

background-color css

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

 a { background-color: rgb(44,80,63); }

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

border-color css

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

 span { border-color: rgb(44,80,63); }

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