Html Css Color HEX #2B5241 Te Papa Green

📋 copy color: '#2B5241'

red 43 ◦ green 82 ◦ blue 65

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

Shades of Te Papa Green #2B5241

Tints of Te Papa Green #2B5241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.16%

 BLUE value IS 65 (25.78% from 255) = 34.21%

R = 22.63%
G = 43.16%
B = 34.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#2B5241 (or 0x2B5241) is known color: Te Papa Green. HEX triplet: 2B, 52 and 41. RGB value is (43,82,65). Sum of RGB (Red+Green+Blue) = 43+82+65=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5241 is #D4ADBE. Grayscale: #444444. Windows color (decimal): -13938111 or 4280875. OLE color: 4280875.

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

Color convert

RGB 43 82 65 -
CMYK 0.48 0 0.21 0.68
HSL 153.85º 0.31% 0.25% -
HSV(B) 153.85º 0.48% 0.32% -
XYZ 4.97 6.93 6.08 -
YUV 68.4 126.08 109.88 -
System Red Green Blue C M Y K H S L
Decimal 43 82 65 0.48 0 0.21 0.68 153.85 0.31 0.25
Hex 2B 52 41 30 0 15 44 9A 1F 19
Octal 53 122 101 60 0 25 104 232 37 31
Binary 101011 1010010 1000001 110000 0 10101 1000100 10011010 11111 11001

Color Harmonies of #2B5241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5241

Black with #2B5241

Text Example


Text Example

White with #2B5241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,82,65); }

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

background-color css

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

 a { background-color: rgb(43,82,65); }

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

border-color css

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

 span { border-color: rgb(43,82,65); }

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