Html Css Color HEX #2E5544 Te Papa Green

📋 copy color: '#2E5544'

red 46 ◦ green 85 ◦ blue 68

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

Shades of Te Papa Green #2E5544

Tints of Te Papa Green #2E5544

RGB

 RED value IS 46 (18.36% from 255) = 23.12%

 GREEN value IS 85 (33.59% from 255) = 42.71%

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

R = 23.12%
G = 42.71%
B = 34.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#2E5544 (or 0x2E5544) is known color: Te Papa Green. HEX triplet: 2E, 55 and 44. RGB value is (46,85,68). Sum of RGB (Red+Green+Blue) = 46+85+68=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5544 is #D1AABB. Grayscale: #474747. Windows color (decimal): -13740732 or 4478254. OLE color: 4478254.

HSL color Cylindrical-coordinate representation of color #2E5544: hue angle of 153.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E5544 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 68 -
CMYK 0.46 0 0.20 0.67
HSL 153.85º 0.3% 0.26% -
HSV(B) 153.85º 0.46% 0.33% -
XYZ 5.42 7.5 6.63 -
YUV 71.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 46 85 68 0.46 0 0.20 0.67 153.85 0.3 0.26
Hex 2E 55 44 2E 0 14 43 9A 1E 1A
Octal 56 125 104 56 0 24 103 232 36 32
Binary 101110 1010101 1000100 101110 0 10100 1000011 10011010 11110 11010

Color Harmonies of #2E5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5544

Black with #2E5544

Text Example


Text Example

White with #2E5544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,68); }

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

background-color css

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

 a { background-color: rgb(46,85,68); }

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

border-color css

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

 span { border-color: rgb(46,85,68); }

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