Html Css Color HEX #2B4F46 Te Papa Green

📋 copy color: '#2B4F46'

red 43 ◦ green 79 ◦ blue 70

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

Shades of Te Papa Green #2B4F46

Tints of Te Papa Green #2B4F46

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.15%

 BLUE value IS 70 (27.73% from 255) = 36.46%

R = 22.4%
G = 41.15%
B = 36.46%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.69

RGB Variations

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

Color information

#2B4F46 (or 0x2B4F46) is known color: Te Papa Green. HEX triplet: 2B, 4F and 46. RGB value is (43,79,70). Sum of RGB (Red+Green+Blue) = 43+79+70=192 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.40% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #2B4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4F46 is #D4B0B9. Grayscale: #434343. Windows color (decimal): -13938874 or 4607787. OLE color: 4607787.

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

Color convert

RGB 43 79 70 -
CMYK 0.46 0 0.11 0.69
HSL 165º 0.3% 0.24% -
HSV(B) 165º 0.46% 0.31% -
XYZ 4.9 6.55 6.8 -
YUV 67.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 43 79 70 0.46 0 0.11 0.69 165 0.3 0.24
Hex 2B 4F 46 2E 0 B 45 A5 1E 18
Octal 53 117 106 56 0 13 105 245 36 30
Binary 101011 1001111 1000110 101110 0 1011 1000101 10100101 11110 11000

Color Harmonies of #2B4F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4F46

Black with #2B4F46

Text Example


Text Example

White with #2B4F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,79,70); }

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

background-color css

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

 a { background-color: rgb(43,79,70); }

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

border-color css

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

 span { border-color: rgb(43,79,70); }

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