Html Css Color HEX #2D483D Te Papa Green

📋 copy color: '#2D483D'

red 45 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #2D483D

Tints of Te Papa Green #2D483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 34.27%

R = 25.28%
G = 40.45%
B = 34.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#2D483D (or 0x2D483D) is known color: Te Papa Green. HEX triplet: 2D, 48 and 3D. RGB value is (45,72,61). Sum of RGB (Red+Green+Blue) = 45+72+61=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 72 - color contains mainly: green. Hex color #2D483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D483D is #D2B7C2. Grayscale: #3E3E3E. Windows color (decimal): -13809603 or 4016173. OLE color: 4016173.

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

Color convert

RGB 45 72 61 -
CMYK 0.38 0 0.15 0.72
HSL 155.56º 0.23% 0.23% -
HSV(B) 155.56º 0.38% 0.28% -
XYZ 4.24 5.53 5.26 -
YUV 62.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 45 72 61 0.38 0 0.15 0.72 155.56 0.23 0.23
Hex 2D 48 3D 26 0 F 48 9C 17 17
Octal 55 110 75 46 0 17 110 234 27 27
Binary 101101 1001000 111101 100110 0 1111 1001000 10011100 10111 10111

Color Harmonies of #2D483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D483D

Black with #2D483D

Text Example


Text Example

White with #2D483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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