Html Css Color HEX #2E483D Te Papa Green

📋 copy color: '#2E483D'

red 46 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #2E483D

Tints of Te Papa Green #2E483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 61 (24.22% from 255) = 34.08%

R = 25.7%
G = 40.22%
B = 34.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#2E483D (or 0x2E483D) is known color: Te Papa Green. HEX triplet: 2E, 48 and 3D. RGB value is (46,72,61). Sum of RGB (Red+Green+Blue) = 46+72+61=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #2E483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E483D is #D1B7C2. Grayscale: #3E3E3E. Windows color (decimal): -13744067 or 4016174. OLE color: 4016174.

HSL color Cylindrical-coordinate representation of color #2E483D: hue angle of 154.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E483D is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 61 -
CMYK 0.36 0 0.15 0.72
HSL 154.62º 0.22% 0.23% -
HSV(B) 154.62º 0.36% 0.28% -
XYZ 4.29 5.55 5.26 -
YUV 62.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 46 72 61 0.36 0 0.15 0.72 154.62 0.22 0.23
Hex 2E 48 3D 24 0 F 48 9B 16 17
Octal 56 110 75 44 0 17 110 233 26 27
Binary 101110 1001000 111101 100100 0 1111 1001000 10011011 10110 10111

Color Harmonies of #2E483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E483D

Black with #2E483D

Text Example


Text Example

White with #2E483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,61); }

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

background-color css

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

 a { background-color: rgb(46,72,61); }

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

border-color css

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

 span { border-color: rgb(46,72,61); }

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