Html Css Color HEX #2E413B Te Papa Green

📋 copy color: '#2E413B'

red 46 ◦ green 65 ◦ blue 59

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

Shades of Te Papa Green #2E413B

Tints of Te Papa Green #2E413B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 59 (23.44% from 255) = 34.71%

R = 27.06%
G = 38.24%
B = 34.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#2E413B (or 0x2E413B) is known color: Te Papa Green. HEX triplet: 2E, 41 and 3B. RGB value is (46,65,59). Sum of RGB (Red+Green+Blue) = 46+65+59=170 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.06% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #2E413B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E413B is #D1BEC4. Grayscale: #3A3A3A. Windows color (decimal): -13745861 or 3883310. OLE color: 3883310.

HSL color Cylindrical-coordinate representation of color #2E413B: hue angle of 161.05º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E413B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 65 59 -
CMYK 0.29 0 0.09 0.75
HSL 161.05º 0.17% 0.22% -
HSV(B) 161.05º 0.29% 0.25% -
XYZ 3.81 4.68 4.84 -
YUV 58.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 46 65 59 0.29 0 0.09 0.75 161.05 0.17 0.22
Hex 2E 41 3B 1D 0 9 4B A1 11 16
Octal 56 101 73 35 0 11 113 241 21 26
Binary 101110 1000001 111011 11101 0 1001 1001011 10100001 10001 10110

Color Harmonies of #2E413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E413B

Black with #2E413B

Text Example


Text Example

White with #2E413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,65,59); }

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

background-color css

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

 a { background-color: rgb(46,65,59); }

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

border-color css

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

 span { border-color: rgb(46,65,59); }

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