Html Css Color HEX #2C503E Te Papa Green

📋 copy color: '#2C503E'

red 44 ◦ green 80 ◦ blue 62

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

Shades of Te Papa Green #2C503E

Tints of Te Papa Green #2C503E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 23.66%
G = 43.01%
B = 33.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#2C503E (or 0x2C503E) is known color: Te Papa Green. HEX triplet: 2C, 50 and 3E. RGB value is (44,80,62). Sum of RGB (Red+Green+Blue) = 44+80+62=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #2C503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C503E is #D3AFC1. Grayscale: #434343. Windows color (decimal): -13873090 or 4083756. OLE color: 4083756.

HSL color Cylindrical-coordinate representation of color #2C503E: hue angle of 150º 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 #2C503E is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 80 62 -
CMYK 0.45 0 0.22 0.69
HSL 150º 0.29% 0.24% -
HSV(B) 150º 0.45% 0.31% -
XYZ 4.78 6.62 5.58 -
YUV 67.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 44 80 62 0.45 0 0.22 0.69 150 0.29 0.24
Hex 2C 50 3E 2D 0 16 45 96 1D 18
Octal 54 120 76 55 0 26 105 226 35 30
Binary 101100 1010000 111110 101101 0 10110 1000101 10010110 11101 11000

Color Harmonies of #2C503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C503E

Black with #2C503E

Text Example


Text Example

White with #2C503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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