Html Css Color HEX #2E4B3E Te Papa Green

📋 copy color: '#2E4B3E'

red 46 ◦ green 75 ◦ blue 62

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

Shades of Te Papa Green #2E4B3E

Tints of Te Papa Green #2E4B3E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 40.98%

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 25.14%
G = 40.98%
B = 33.88%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.71

RGB Variations

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

Color information

#2E4B3E (or 0x2E4B3E) is known color: Te Papa Green. HEX triplet: 2E, 4B and 3E. RGB value is (46,75,62). Sum of RGB (Red+Green+Blue) = 46+75+62=183 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.14% from 183); Green value is 75 (29.69% from 255 or 40.98% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B3E is #D1B4C1. Grayscale: #404040. Windows color (decimal): -13743298 or 4082478. OLE color: 4082478.

HSL color Cylindrical-coordinate representation of color #2E4B3E: hue angle of 153.1º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E4B3E is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 75 62 -
CMYK 0.39 0 0.17 0.71
HSL 153.1º 0.24% 0.24% -
HSV(B) 153.1º 0.39% 0.29% -
XYZ 4.51 5.96 5.47 -
YUV 64.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 46 75 62 0.39 0 0.17 0.71 153.1 0.24 0.24
Hex 2E 4B 3E 27 0 11 47 99 18 18
Octal 56 113 76 47 0 21 107 231 30 30
Binary 101110 1001011 111110 100111 0 10001 1000111 10011001 11000 11000

Color Harmonies of #2E4B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B3E

Black with #2E4B3E

Text Example


Text Example

White with #2E4B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,75,62); }

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

background-color css

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

 a { background-color: rgb(46,75,62); }

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

border-color css

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

 span { border-color: rgb(46,75,62); }

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