Html Css Color HEX #28493D Te Papa Green

📋 copy color: '#28493D'

red 40 ◦ green 73 ◦ blue 61

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

Shades of Te Papa Green #28493D

Tints of Te Papa Green #28493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 41.95%

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

R = 22.99%
G = 41.95%
B = 35.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#28493D (or 0x28493D) is known color: Te Papa Green. HEX triplet: 28, 49 and 3D. RGB value is (40,73,61). Sum of RGB (Red+Green+Blue) = 40+73+61=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 73 - color contains mainly: green. Hex color #28493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28493D is #D7B6C2. Grayscale: #3D3D3D. Windows color (decimal): -14137027 or 4016424. OLE color: 4016424.

HSL color Cylindrical-coordinate representation of color #28493D: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #28493D is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 73 61 -
CMYK 0.45 0 0.16 0.71
HSL 158.18º 0.29% 0.22% -
HSV(B) 158.18º 0.45% 0.29% -
XYZ 4.1 5.55 5.27 -
YUV 61.77 127.57 112.48 -
System Red Green Blue C M Y K H S L
Decimal 40 73 61 0.45 0 0.16 0.71 158.18 0.29 0.22
Hex 28 49 3D 2D 0 10 47 9E 1D 16
Octal 50 111 75 55 0 20 107 236 35 26
Binary 101000 1001001 111101 101101 0 10000 1000111 10011110 11101 10110

Color Harmonies of #28493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28493D

Black with #28493D

Text Example


Text Example

White with #28493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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