Html Css Color HEX #2C5349 Te Papa Green

📋 copy color: '#2C5349'

red 44 ◦ green 83 ◦ blue 73

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

Shades of Te Papa Green #2C5349

Tints of Te Papa Green #2C5349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.5%

 BLUE value IS 73 (28.91% from 255) = 36.5%

R = 22%
G = 41.5%
B = 36.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#2C5349 (or 0x2C5349) is known color: Te Papa Green. HEX triplet: 2C, 53 and 49. RGB value is (44,83,73). Sum of RGB (Red+Green+Blue) = 44+83+73=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5349 is #D3ACB6. Grayscale: #464646. Windows color (decimal): -13872311 or 4805420. OLE color: 4805420.

HSL color Cylindrical-coordinate representation of color #2C5349: hue angle of 164.62º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2C5349 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 73 -
CMYK 0.47 0 0.12 0.67
HSL 164.62º 0.31% 0.25% -
HSV(B) 164.62º 0.47% 0.33% -
XYZ 5.33 7.2 7.41 -
YUV 70.2 129.58 109.31 -
System Red Green Blue C M Y K H S L
Decimal 44 83 73 0.47 0 0.12 0.67 164.62 0.31 0.25
Hex 2C 53 49 2F 0 C 43 A5 1F 19
Octal 54 123 111 57 0 14 103 245 37 31
Binary 101100 1010011 1001001 101111 0 1100 1000011 10100101 11111 11001

Color Harmonies of #2C5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5349

Black with #2C5349

Text Example


Text Example

White with #2C5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,83,73); }

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

background-color css

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

 a { background-color: rgb(44,83,73); }

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

border-color css

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

 span { border-color: rgb(44,83,73); }

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