Html Css Color HEX #2B5542 Te Papa Green

📋 copy color: '#2B5542'

red 43 ◦ green 85 ◦ blue 66

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

Shades of Te Papa Green #2B5542

Tints of Te Papa Green #2B5542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 43.81%

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

R = 22.16%
G = 43.81%
B = 34.02%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2B5542 (or 0x2B5542) is known color: Te Papa Green. HEX triplet: 2B, 55 and 42. RGB value is (43,85,66). Sum of RGB (Red+Green+Blue) = 43+85+66=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #2B5542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5542 is #D4AABD. Grayscale: #464646. Windows color (decimal): -13937342 or 4347179. OLE color: 4347179.

HSL color Cylindrical-coordinate representation of color #2B5542: hue angle of 152.86º degrees, saturation: 0.33, 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 #2B5542 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 43 85 66 -
CMYK 0.49 0 0.22 0.67
HSL 152.86º 0.33% 0.25% -
HSV(B) 152.86º 0.49% 0.33% -
XYZ 5.23 7.4 6.31 -
YUV 70.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 43 85 66 0.49 0 0.22 0.67 152.86 0.33 0.25
Hex 2B 55 42 31 0 16 43 99 21 19
Octal 53 125 102 61 0 26 103 231 41 31
Binary 101011 1010101 1000010 110001 0 10110 1000011 10011001 100001 11001

Color Harmonies of #2B5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5542

Black with #2B5542

Text Example


Text Example

White with #2B5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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