Html Css Color HEX #2B463E Te Papa Green

📋 copy color: '#2B463E'

red 43 ◦ green 70 ◦ blue 62

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

Shades of Te Papa Green #2B463E

Tints of Te Papa Green #2B463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 24.57%
G = 40%
B = 35.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#2B463E (or 0x2B463E) is known color: Te Papa Green. HEX triplet: 2B, 46 and 3E. RGB value is (43,70,62). Sum of RGB (Red+Green+Blue) = 43+70+62=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 70 - color contains mainly: green. Hex color #2B463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B463E is #D4B9C1. Grayscale: #3D3D3D. Windows color (decimal): -13941186 or 4081195. OLE color: 4081195.

HSL color Cylindrical-coordinate representation of color #2B463E: hue angle of 162.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B463E is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB 43 70 62 -
CMYK 0.39 0 0.11 0.73
HSL 162.22º 0.24% 0.22% -
HSV(B) 162.22º 0.39% 0.27% -
XYZ 4.06 5.24 5.36 -
YUV 61.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 43 70 62 0.39 0 0.11 0.73 162.22 0.24 0.22
Hex 2B 46 3E 27 0 B 49 A2 18 16
Octal 53 106 76 47 0 13 111 242 30 26
Binary 101011 1000110 111110 100111 0 1011 1001001 10100010 11000 10110

Color Harmonies of #2B463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B463E

Black with #2B463E

Text Example


Text Example

White with #2B463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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