Html Css Color HEX #2B4E45 Te Papa Green

📋 copy color: '#2B4E45'

red 43 ◦ green 78 ◦ blue 69

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

Shades of Te Papa Green #2B4E45

Tints of Te Papa Green #2B4E45

RGB

 RED value IS 43 (17.19% from 255) = 22.63%

 GREEN value IS 78 (30.86% from 255) = 41.05%

 BLUE value IS 69 (27.34% from 255) = 36.32%

R = 22.63%
G = 41.05%
B = 36.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#2B4E45 (or 0x2B4E45) is known color: Te Papa Green. HEX triplet: 2B, 4E and 45. RGB value is (43,78,69). Sum of RGB (Red+Green+Blue) = 43+78+69=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 78 (30.86% from 255 or 41.05% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E45 is #D4B1BA. Grayscale: #424242. Windows color (decimal): -13939131 or 4541995. OLE color: 4541995.

HSL color Cylindrical-coordinate representation of color #2B4E45: hue angle of 164.57º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2B4E45 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 78 69 -
CMYK 0.45 0 0.12 0.69
HSL 164.57º 0.29% 0.24% -
HSV(B) 164.57º 0.45% 0.31% -
XYZ 4.79 6.39 6.61 -
YUV 66.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 43 78 69 0.45 0 0.12 0.69 164.57 0.29 0.24
Hex 2B 4E 45 2D 0 C 45 A5 1D 18
Octal 53 116 105 55 0 14 105 245 35 30
Binary 101011 1001110 1000101 101101 0 1100 1000101 10100101 11101 11000

Color Harmonies of #2B4E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4E45

Black with #2B4E45

Text Example


Text Example

White with #2B4E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,78,69); }

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

background-color css

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

 a { background-color: rgb(43,78,69); }

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

border-color css

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

 span { border-color: rgb(43,78,69); }

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