Html Css Color HEX #2C5148 Te Papa Green

📋 copy color: '#2C5148'

red 44 ◦ green 81 ◦ blue 72

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

Shades of Te Papa Green #2C5148

Tints of Te Papa Green #2C5148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 22.34%
G = 41.12%
B = 36.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.68

RGB Variations

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

Color information

#2C5148 (or 0x2C5148) is known color: Te Papa Green. HEX triplet: 2C, 51 and 48. RGB value is (44,81,72). Sum of RGB (Red+Green+Blue) = 44+81+72=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 81 - color contains mainly: green. Hex color #2C5148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5148 is #D3AEB7. Grayscale: #444444. Windows color (decimal): -13872824 or 4739372. OLE color: 4739372.

HSL color Cylindrical-coordinate representation of color #2C5148: hue angle of 165.41º 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 #2C5148 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB 44 81 72 -
CMYK 0.46 0 0.11 0.68
HSL 165.41º 0.3% 0.25% -
HSV(B) 165.41º 0.46% 0.32% -
XYZ 5.15 6.89 7.19 -
YUV 68.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 44 81 72 0.46 0 0.11 0.68 165.41 0.3 0.25
Hex 2C 51 48 2E 0 B 44 A5 1E 19
Octal 54 121 110 56 0 13 104 245 36 31
Binary 101100 1010001 1001000 101110 0 1011 1000100 10100101 11110 11001

Color Harmonies of #2C5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5148

Black with #2C5148

Text Example


Text Example

White with #2C5148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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