Html Css Color HEX #2D483F Te Papa Green

📋 copy color: '#2D483F'

red 45 ◦ green 72 ◦ blue 63

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

Shades of Te Papa Green #2D483F

Tints of Te Papa Green #2D483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35%

R = 25%
G = 40%
B = 35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#2D483F (or 0x2D483F) is known color: Te Papa Green. HEX triplet: 2D, 48 and 3F. RGB value is (45,72,63). Sum of RGB (Red+Green+Blue) = 45+72+63=180 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #2D483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D483F is #D2B7C0. Grayscale: #3E3E3E. Windows color (decimal): -13809601 or 4147245. OLE color: 4147245.

HSL color Cylindrical-coordinate representation of color #2D483F: hue angle of 160º 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 #2D483F is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 72 63 -
CMYK 0.38 0 0.12 0.72
HSL 160º 0.23% 0.23% -
HSV(B) 160º 0.38% 0.28% -
XYZ 4.3 5.55 5.55 -
YUV 62.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 45 72 63 0.38 0 0.12 0.72 160 0.23 0.23
Hex 2D 48 3F 26 0 C 48 A0 17 17
Octal 55 110 77 46 0 14 110 240 27 27
Binary 101101 1001000 111111 100110 0 1100 1001000 10100000 10111 10111

Color Harmonies of #2D483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D483F

Black with #2D483F

Text Example


Text Example

White with #2D483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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