Html Css Color HEX #2B4E40 Te Papa Green

📋 copy color: '#2B4E40'

red 43 ◦ green 78 ◦ blue 64

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

Shades of Te Papa Green #2B4E40

Tints of Te Papa Green #2B4E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 23.24%
G = 42.16%
B = 34.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.69

RGB Variations

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

Color information

#2B4E40 (or 0x2B4E40) is known color: Te Papa Green. HEX triplet: 2B, 4E and 40. RGB value is (43,78,64). Sum of RGB (Red+Green+Blue) = 43+78+64=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 78 (30.86% from 255 or 42.16% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 78 - color contains mainly: green. Hex color #2B4E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4E40 is #D4B1BF. Grayscale: #414141. Windows color (decimal): -13939136 or 4214315. OLE color: 4214315.

HSL color Cylindrical-coordinate representation of color #2B4E40: hue angle of 156º 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 #2B4E40 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB 43 78 64 -
CMYK 0.45 0 0.18 0.69
HSL 156º 0.29% 0.24% -
HSV(B) 156º 0.45% 0.31% -
XYZ 4.65 6.33 5.83 -
YUV 65.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 43 78 64 0.45 0 0.18 0.69 156 0.29 0.24
Hex 2B 4E 40 2D 0 12 45 9C 1D 18
Octal 53 116 100 55 0 22 105 234 35 30
Binary 101011 1001110 1000000 101101 0 10010 1000101 10011100 11101 11000

Color Harmonies of #2B4E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4E40

Black with #2B4E40

Text Example


Text Example

White with #2B4E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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