Html Css Color HEX #2D463F Te Papa Green

📋 copy color: '#2D463F'

red 45 ◦ green 70 ◦ blue 63

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

Shades of Te Papa Green #2D463F

Tints of Te Papa Green #2D463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

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

R = 25.28%
G = 39.33%
B = 35.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#2D463F (or 0x2D463F) is known color: Te Papa Green. HEX triplet: 2D, 46 and 3F. RGB value is (45,70,63). Sum of RGB (Red+Green+Blue) = 45+70+63=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 70 - color contains mainly: green. Hex color #2D463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D463F is #D2B9C0. Grayscale: #3D3D3D. Windows color (decimal): -13810113 or 4146733. OLE color: 4146733.

HSL color Cylindrical-coordinate representation of color #2D463F: hue angle of 163.2º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D463F is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 70 63 -
CMYK 0.36 0 0.10 0.73
HSL 163.2º 0.22% 0.23% -
HSV(B) 163.2º 0.36% 0.27% -
XYZ 4.17 5.3 5.51 -
YUV 61.73 128.72 116.07 -
System Red Green Blue C M Y K H S L
Decimal 45 70 63 0.36 0 0.10 0.73 163.2 0.22 0.23
Hex 2D 46 3F 24 0 A 49 A3 16 17
Octal 55 106 77 44 0 12 111 243 26 27
Binary 101101 1000110 111111 100100 0 1010 1001001 10100011 10110 10111

Color Harmonies of #2D463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D463F

Black with #2D463F

Text Example


Text Example

White with #2D463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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