Html Css Color HEX #2B463C Te Papa Green

📋 copy color: '#2B463C'

red 43 ◦ green 70 ◦ blue 60

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

Shades of Te Papa Green #2B463C

Tints of Te Papa Green #2B463C

RGB

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

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

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

R = 24.86%
G = 40.46%
B = 34.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#2B463C (or 0x2B463C) is known color: Te Papa Green. HEX triplet: 2B, 46 and 3C. RGB value is (43,70,60). Sum of RGB (Red+Green+Blue) = 43+70+60=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 70 - color contains mainly: green. Hex color #2B463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B463C is #D4B9C3. Grayscale: #3C3C3C. Windows color (decimal): -13941188 or 3950123. OLE color: 3950123.

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

Color convert

RGB 43 70 60 -
CMYK 0.39 0 0.14 0.73
HSL 157.78º 0.24% 0.22% -
HSV(B) 157.78º 0.39% 0.27% -
XYZ 4 5.22 5.07 -
YUV 60.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 43 70 60 0.39 0 0.14 0.73 157.78 0.24 0.22
Hex 2B 46 3C 27 0 E 49 9E 18 16
Octal 53 106 74 47 0 16 111 236 30 26
Binary 101011 1000110 111100 100111 0 1110 1001001 10011110 11000 10110

Color Harmonies of #2B463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B463C

Black with #2B463C

Text Example


Text Example

White with #2B463C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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