Html Css Color HEX #28473D Te Papa Green

📋 copy color: '#28473D'

red 40 ◦ green 71 ◦ blue 61

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

Shades of Te Papa Green #28473D

Tints of Te Papa Green #28473D

RGB

 RED value IS 40 (16.02% from 255) = 23.26%

 GREEN value IS 71 (28.13% from 255) = 41.28%

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

R = 23.26%
G = 41.28%
B = 35.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.72

RGB Variations

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

Color information

#28473D (or 0x28473D) is known color: Te Papa Green. HEX triplet: 28, 47 and 3D. RGB value is (40,71,61). Sum of RGB (Red+Green+Blue) = 40+71+61=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 71 - color contains mainly: green. Hex color #28473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28473D is #D7B8C2. Grayscale: #3C3C3C. Windows color (decimal): -14137539 or 4015912. OLE color: 4015912.

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

Color convert

RGB 40 71 61 -
CMYK 0.44 0 0.14 0.72
HSL 160.65º 0.28% 0.22% -
HSV(B) 160.65º 0.44% 0.28% -
XYZ 3.97 5.29 5.23 -
YUV 60.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 40 71 61 0.44 0 0.14 0.72 160.65 0.28 0.22
Hex 28 47 3D 2C 0 E 48 A1 1C 16
Octal 50 107 75 54 0 16 110 241 34 26
Binary 101000 1000111 111101 101100 0 1110 1001000 10100001 11100 10110

Color Harmonies of #28473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28473D

Black with #28473D

Text Example


Text Example

White with #28473D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28473D; }

 p { color: rgb(40,71,61); }

 H1.HeaderClassName
 {
   color: #28473D;
 }
 .AnyTagClassName
 {
   color: #28473D;
 }
</style>

background-color css

<style>
 a { background-color: #28473D; }

 a { background-color: rgb(40,71,61); }

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

border-color css

<style>
 span { border-color: #28473D; }

 span { border-color: rgb(40,71,61); }

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