Html Css Color HEX #2C5347 Te Papa Green

📋 copy color: '#2C5347'

red 44 ◦ green 83 ◦ blue 71

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

Shades of Te Papa Green #2C5347

Tints of Te Papa Green #2C5347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 22.22%
G = 41.92%
B = 35.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#2C5347 (or 0x2C5347) is known color: Te Papa Green. HEX triplet: 2C, 53 and 47. RGB value is (44,83,71). Sum of RGB (Red+Green+Blue) = 44+83+71=198 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.22% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5347 is #D3ACB8. Grayscale: #454545. Windows color (decimal): -13872313 or 4674348. OLE color: 4674348.

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

Color convert

RGB 44 83 71 -
CMYK 0.47 0 0.14 0.67
HSL 161.54º 0.31% 0.25% -
HSV(B) 161.54º 0.47% 0.33% -
XYZ 5.27 7.18 7.07 -
YUV 69.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 44 83 71 0.47 0 0.14 0.67 161.54 0.31 0.25
Hex 2C 53 47 2F 0 E 43 A2 1F 19
Octal 54 123 107 57 0 16 103 242 37 31
Binary 101100 1010011 1000111 101111 0 1110 1000011 10100010 11111 11001

Color Harmonies of #2C5347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5347

Black with #2C5347

Text Example


Text Example

White with #2C5347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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