Html Css Color HEX #2C5340 Te Papa Green

📋 copy color: '#2C5340'

red 44 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #2C5340

Tints of Te Papa Green #2C5340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 33.51%

R = 23.04%
G = 43.46%
B = 33.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#2C5340 (or 0x2C5340) is known color: Te Papa Green. HEX triplet: 2C, 53 and 40. RGB value is (44,83,64). Sum of RGB (Red+Green+Blue) = 44+83+64=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5340 is #D3ACBF. Grayscale: #454545. Windows color (decimal): -13872320 or 4215596. OLE color: 4215596.

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

Color convert

RGB 44 83 64 -
CMYK 0.47 0 0.23 0.67
HSL 150.77º 0.31% 0.25% -
HSV(B) 150.77º 0.47% 0.33% -
XYZ 5.06 7.09 5.95 -
YUV 69.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 44 83 64 0.47 0 0.23 0.67 150.77 0.31 0.25
Hex 2C 53 40 2F 0 17 43 97 1F 19
Octal 54 123 100 57 0 27 103 227 37 31
Binary 101100 1010011 1000000 101111 0 10111 1000011 10010111 11111 11001

Color Harmonies of #2C5340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5340

Black with #2C5340

Text Example


Text Example

White with #2C5340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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