Html Css Color HEX #2B5345 Te Papa Green

📋 copy color: '#2B5345'

red 43 ◦ green 83 ◦ blue 69

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

Shades of Te Papa Green #2B5345

Tints of Te Papa Green #2B5345

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.56%

 BLUE value IS 69 (27.34% from 255) = 35.38%

R = 22.05%
G = 42.56%
B = 35.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#2B5345 (or 0x2B5345) is known color: Te Papa Green. HEX triplet: 2B, 53 and 45. RGB value is (43,83,69). Sum of RGB (Red+Green+Blue) = 43+83+69=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 83 - color contains mainly: green. Hex color #2B5345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5345 is #D4ACBA. Grayscale: #454545. Windows color (decimal): -13937851 or 4543275. OLE color: 4543275.

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

Color convert

RGB 43 83 69 -
CMYK 0.48 0 0.17 0.67
HSL 159º 0.32% 0.25% -
HSV(B) 159º 0.48% 0.33% -
XYZ 5.16 7.13 6.73 -
YUV 69.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 43 83 69 0.48 0 0.17 0.67 159 0.32 0.25
Hex 2B 53 45 30 0 11 43 9F 20 19
Octal 53 123 105 60 0 21 103 237 40 31
Binary 101011 1010011 1000101 110000 0 10001 1000011 10011111 100000 11001

Color Harmonies of #2B5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5345

Black with #2B5345

Text Example


Text Example

White with #2B5345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,83,69); }

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

background-color css

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

 a { background-color: rgb(43,83,69); }

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

border-color css

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

 span { border-color: rgb(43,83,69); }

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