Html Css Color HEX #2C5344 Te Papa Green

📋 copy color: '#2C5344'

red 44 ◦ green 83 ◦ blue 68

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

Shades of Te Papa Green #2C5344

Tints of Te Papa Green #2C5344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 34.87%

R = 22.56%
G = 42.56%
B = 34.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#2C5344 (or 0x2C5344) is known color: Te Papa Green. HEX triplet: 2C, 53 and 44. RGB value is (44,83,68). Sum of RGB (Red+Green+Blue) = 44+83+68=195 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.56% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 68 (26.95% from 255 or 34.87% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5344 is #D3ACBB. Grayscale: #454545. Windows color (decimal): -13872316 or 4477740. OLE color: 4477740.

HSL color Cylindrical-coordinate representation of color #2C5344: hue angle of 156.92º 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 #2C5344 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 44 83 68 -
CMYK 0.47 0 0.18 0.67
HSL 156.92º 0.31% 0.25% -
HSV(B) 156.92º 0.47% 0.33% -
XYZ 5.18 7.14 6.57 -
YUV 69.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 44 83 68 0.47 0 0.18 0.67 156.92 0.31 0.25
Hex 2C 53 44 2F 0 12 43 9D 1F 19
Octal 54 123 104 57 0 22 103 235 37 31
Binary 101100 1010011 1000100 101111 0 10010 1000011 10011101 11111 11001

Color Harmonies of #2C5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5344

Black with #2C5344

Text Example


Text Example

White with #2C5344

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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