Html Css Color HEX #2C5341 Te Papa Green

📋 copy color: '#2C5341'

red 44 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #2C5341

Tints of Te Papa Green #2C5341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 22.92%
G = 43.23%
B = 33.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2C5341 (or 0x2C5341) is known color: Te Papa Green. HEX triplet: 2C, 53 and 41. RGB value is (44,83,65). Sum of RGB (Red+Green+Blue) = 44+83+65=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5341 is #D3ACBE. Grayscale: #454545. Windows color (decimal): -13872319 or 4281132. OLE color: 4281132.

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

Color convert

RGB 44 83 65 -
CMYK 0.47 0 0.22 0.67
HSL 152.31º 0.31% 0.25% -
HSV(B) 152.31º 0.47% 0.33% -
XYZ 5.09 7.1 6.1 -
YUV 69.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 44 83 65 0.47 0 0.22 0.67 152.31 0.31 0.25
Hex 2C 53 41 2F 0 16 43 98 1F 19
Octal 54 123 101 57 0 26 103 230 37 31
Binary 101100 1010011 1000001 101111 0 10110 1000011 10011000 11111 11001

Color Harmonies of #2C5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5341

Black with #2C5341

Text Example


Text Example

White with #2C5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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