Html Css Color HEX #2B5442 Te Papa Green

📋 copy color: '#2B5442'

red 43 ◦ green 84 ◦ blue 66

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

Shades of Te Papa Green #2B5442

Tints of Te Papa Green #2B5442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 43.52%

 BLUE value IS 66 (26.17% from 255) = 34.2%

R = 22.28%
G = 43.52%
B = 34.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.67

RGB Variations

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

Color information

#2B5442 (or 0x2B5442) is known color: Te Papa Green. HEX triplet: 2B, 54 and 42. RGB value is (43,84,66). Sum of RGB (Red+Green+Blue) = 43+84+66=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5442 is #D4ABBD. Grayscale: #454545. Windows color (decimal): -13937598 or 4346923. OLE color: 4346923.

HSL color Cylindrical-coordinate representation of color #2B5442: hue angle of 153.66º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B5442 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 84 66 -
CMYK 0.49 0 0.21 0.67
HSL 153.66º 0.32% 0.25% -
HSV(B) 153.66º 0.49% 0.33% -
XYZ 5.15 7.25 6.28 -
YUV 69.69 125.92 108.96 -
System Red Green Blue C M Y K H S L
Decimal 43 84 66 0.49 0 0.21 0.67 153.66 0.32 0.25
Hex 2B 54 42 31 0 15 43 9A 20 19
Octal 53 124 102 61 0 25 103 232 40 31
Binary 101011 1010100 1000010 110001 0 10101 1000011 10011010 100000 11001

Color Harmonies of #2B5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5442

Black with #2B5442

Text Example


Text Example

White with #2B5442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,84,66); }

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

background-color css

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

 a { background-color: rgb(43,84,66); }

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

border-color css

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

 span { border-color: rgb(43,84,66); }

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