Html Css Color HEX #2B4B3F Te Papa Green

📋 copy color: '#2B4B3F'

red 43 ◦ green 75 ◦ blue 63

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

Shades of Te Papa Green #2B4B3F

Tints of Te Papa Green #2B4B3F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.44%

 BLUE value IS 63 (25% from 255) = 34.81%

R = 23.76%
G = 41.44%
B = 34.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#2B4B3F (or 0x2B4B3F) is known color: Te Papa Green. HEX triplet: 2B, 4B and 3F. RGB value is (43,75,63). Sum of RGB (Red+Green+Blue) = 43+75+63=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 75 (29.69% from 255 or 41.44% from 181); Blue value is 63 (25% from 255 or 34.81% from 181); Max value from RGB is 75 - color contains mainly: green. Hex color #2B4B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4B3F is #D4B4C0. Grayscale: #404040. Windows color (decimal): -13939905 or 4148011. OLE color: 4148011.

HSL color Cylindrical-coordinate representation of color #2B4B3F: hue angle of 157.5º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4B3F is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 75 63 -
CMYK 0.43 0 0.16 0.71
HSL 157.5º 0.27% 0.23% -
HSV(B) 157.5º 0.43% 0.29% -
XYZ 4.41 5.9 5.61 -
YUV 64.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 43 75 63 0.43 0 0.16 0.71 157.5 0.27 0.23
Hex 2B 4B 3F 2B 0 10 47 9E 1B 17
Octal 53 113 77 53 0 20 107 236 33 27
Binary 101011 1001011 111111 101011 0 10000 1000111 10011110 11011 10111

Color Harmonies of #2B4B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4B3F

Black with #2B4B3F

Text Example


Text Example

White with #2B4B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,63); }

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

background-color css

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

 a { background-color: rgb(43,75,63); }

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

border-color css

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

 span { border-color: rgb(43,75,63); }

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