Html Css Color HEX #2E453E Te Papa Green

📋 copy color: '#2E453E'

red 46 ◦ green 69 ◦ blue 62

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

Shades of Te Papa Green #2E453E

Tints of Te Papa Green #2E453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 25.99%
G = 38.98%
B = 35.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#2E453E (or 0x2E453E) is known color: Te Papa Green. HEX triplet: 2E, 45 and 3E. RGB value is (46,69,62). Sum of RGB (Red+Green+Blue) = 46+69+62=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #2E453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E453E is #D1BAC1. Grayscale: #3D3D3D. Windows color (decimal): -13744834 or 4080942. OLE color: 4080942.

HSL color Cylindrical-coordinate representation of color #2E453E: hue angle of 161.74º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E453E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 62 -
CMYK 0.33 0 0.10 0.73
HSL 161.74º 0.2% 0.23% -
HSV(B) 161.74º 0.33% 0.27% -
XYZ 4.12 5.18 5.34 -
YUV 61.33 128.38 117.07 -
System Red Green Blue C M Y K H S L
Decimal 46 69 62 0.33 0 0.10 0.73 161.74 0.2 0.23
Hex 2E 45 3E 21 0 A 49 A2 14 17
Octal 56 105 76 41 0 12 111 242 24 27
Binary 101110 1000101 111110 100001 0 1010 1001001 10100010 10100 10111

Color Harmonies of #2E453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E453E

Black with #2E453E

Text Example


Text Example

White with #2E453E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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