Html Css Color HEX #2E453C Te Papa Green

📋 copy color: '#2E453C'

red 46 ◦ green 69 ◦ blue 60

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

Shades of Te Papa Green #2E453C

Tints of Te Papa Green #2E453C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 26.29%
G = 39.43%
B = 34.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.73

RGB Variations

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

Color information

#2E453C (or 0x2E453C) is known color: Te Papa Green. HEX triplet: 2E, 45 and 3C. RGB value is (46,69,60). Sum of RGB (Red+Green+Blue) = 46+69+60=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 69 - color contains mainly: green. Hex color #2E453C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E453C is #D1BAC3. Grayscale: #3D3D3D. Windows color (decimal): -13744836 or 3949870. OLE color: 3949870.

HSL color Cylindrical-coordinate representation of color #2E453C: hue angle of 156.52º 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 #2E453C is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 60 -
CMYK 0.33 0 0.13 0.73
HSL 156.52º 0.2% 0.23% -
HSV(B) 156.52º 0.33% 0.27% -
XYZ 4.07 5.16 5.06 -
YUV 61.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 46 69 60 0.33 0 0.13 0.73 156.52 0.2 0.23
Hex 2E 45 3C 21 0 D 49 9D 14 17
Octal 56 105 74 41 0 15 111 235 24 27
Binary 101110 1000101 111100 100001 0 1101 1001001 10011101 10100 10111

Color Harmonies of #2E453C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E453C

Black with #2E453C

Text Example


Text Example

White with #2E453C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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