Html Css Color HEX #2D5341 Te Papa Green

📋 copy color: '#2D5341'

red 45 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #2D5341

Tints of Te Papa Green #2D5341

RGB

 RED value IS 45 (17.97% from 255) = 23.32%

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

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

R = 23.32%
G = 43.01%
B = 33.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#2D5341 (or 0x2D5341) is known color: Te Papa Green. HEX triplet: 2D, 53 and 41. RGB value is (45,83,65). Sum of RGB (Red+Green+Blue) = 45+83+65=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5341 is #D2ACBE. Grayscale: #454545. Windows color (decimal): -13806783 or 4281133. OLE color: 4281133.

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

Color convert

RGB 45 83 65 -
CMYK 0.46 0 0.22 0.67
HSL 151.58º 0.3% 0.25% -
HSV(B) 151.58º 0.46% 0.33% -
XYZ 5.13 7.13 6.11 -
YUV 69.59 125.41 110.46 -
System Red Green Blue C M Y K H S L
Decimal 45 83 65 0.46 0 0.22 0.67 151.58 0.3 0.25
Hex 2D 53 41 2E 0 16 43 98 1E 19
Octal 55 123 101 56 0 26 103 230 36 31
Binary 101101 1010011 1000001 101110 0 10110 1000011 10011000 11110 11001

Color Harmonies of #2D5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5341

Black with #2D5341

Text Example


Text Example

White with #2D5341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,83,65); }

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

background-color css

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

 a { background-color: rgb(45,83,65); }

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

border-color css

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

 span { border-color: rgb(45,83,65); }

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