Html Css Color HEX #2C513F Te Papa Green

📋 copy color: '#2C513F'

red 44 ◦ green 81 ◦ blue 63

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

Shades of Te Papa Green #2C513F

Tints of Te Papa Green #2C513F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.09%

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

R = 23.4%
G = 43.09%
B = 33.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.68

RGB Variations

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

Color information

#2C513F (or 0x2C513F) is known color: Te Papa Green. HEX triplet: 2C, 51 and 3F. RGB value is (44,81,63). Sum of RGB (Red+Green+Blue) = 44+81+63=188 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.40% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #2C513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C513F is #D3AEC0. Grayscale: #434343. Windows color (decimal): -13872833 or 4149548. OLE color: 4149548.

HSL color Cylindrical-coordinate representation of color #2C513F: hue angle of 150.81º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C513F is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 81 63 -
CMYK 0.46 0 0.22 0.68
HSL 150.81º 0.3% 0.25% -
HSV(B) 150.81º 0.46% 0.32% -
XYZ 4.88 6.78 5.75 -
YUV 67.89 125.24 110.96 -
System Red Green Blue C M Y K H S L
Decimal 44 81 63 0.46 0 0.22 0.68 150.81 0.3 0.25
Hex 2C 51 3F 2E 0 16 44 97 1E 19
Octal 54 121 77 56 0 26 104 227 36 31
Binary 101100 1010001 111111 101110 0 10110 1000100 10010111 11110 11001

Color Harmonies of #2C513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C513F

Black with #2C513F

Text Example


Text Example

White with #2C513F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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