Html Css Color HEX #2B4C3E Te Papa Green

📋 copy color: '#2B4C3E'

red 43 ◦ green 76 ◦ blue 62

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

Shades of Te Papa Green #2B4C3E

Tints of Te Papa Green #2B4C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.99%

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

R = 23.76%
G = 41.99%
B = 34.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#2B4C3E (or 0x2B4C3E) is known color: Te Papa Green. HEX triplet: 2B, 4C and 3E. RGB value is (43,76,62). Sum of RGB (Red+Green+Blue) = 43+76+62=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C3E is #D4B3C1. Grayscale: #404040. Windows color (decimal): -13939650 or 4082731. OLE color: 4082731.

HSL color Cylindrical-coordinate representation of color #2B4C3E: hue angle of 154.55º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B4C3E is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 76 62 -
CMYK 0.43 0 0.18 0.70
HSL 154.55º 0.28% 0.23% -
HSV(B) 154.55º 0.43% 0.3% -
XYZ 4.45 6.03 5.49 -
YUV 64.54 126.57 112.64 -
System Red Green Blue C M Y K H S L
Decimal 43 76 62 0.43 0 0.18 0.70 154.55 0.28 0.23
Hex 2B 4C 3E 2B 0 12 46 9B 1C 17
Octal 53 114 76 53 0 22 106 233 34 27
Binary 101011 1001100 111110 101011 0 10010 1000110 10011011 11100 10111

Color Harmonies of #2B4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4C3E

Black with #2B4C3E

Text Example


Text Example

White with #2B4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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