Html Css Color HEX #2D483E Te Papa Green

📋 copy color: '#2D483E'

red 45 ◦ green 72 ◦ blue 62

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

Shades of Te Papa Green #2D483E

Tints of Te Papa Green #2D483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.22%

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 25.14%
G = 40.22%
B = 34.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#2D483E (or 0x2D483E) is known color: Te Papa Green. HEX triplet: 2D, 48 and 3E. RGB value is (45,72,62). Sum of RGB (Red+Green+Blue) = 45+72+62=179 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.14% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 72 - color contains mainly: green. Hex color #2D483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D483E is #D2B7C1. Grayscale: #3E3E3E. Windows color (decimal): -13809602 or 4081709. OLE color: 4081709.

HSL color Cylindrical-coordinate representation of color #2D483E: hue angle of 157.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D483E is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 72 62 -
CMYK 0.38 0 0.14 0.72
HSL 157.78º 0.23% 0.23% -
HSV(B) 157.78º 0.38% 0.28% -
XYZ 4.27 5.54 5.4 -
YUV 62.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 45 72 62 0.38 0 0.14 0.72 157.78 0.23 0.23
Hex 2D 48 3E 26 0 E 48 9E 17 17
Octal 55 110 76 46 0 16 110 236 27 27
Binary 101101 1001000 111110 100110 0 1110 1001000 10011110 10111 10111

Color Harmonies of #2D483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D483E

Black with #2D483E

Text Example


Text Example

White with #2D483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,72,62); }

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

background-color css

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

 a { background-color: rgb(45,72,62); }

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

border-color css

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

 span { border-color: rgb(45,72,62); }

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