Html Css Color HEX #28463C Te Papa Green

📋 copy color: '#28463C'

red 40 ◦ green 70 ◦ blue 60

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

Shades of Te Papa Green #28463C

Tints of Te Papa Green #28463C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 23.53%
G = 41.18%
B = 35.29%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#28463C (or 0x28463C) is known color: Te Papa Green. HEX triplet: 28, 46 and 3C. RGB value is (40,70,60). Sum of RGB (Red+Green+Blue) = 40+70+60=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #28463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28463C is #D7B9C3. Grayscale: #3B3B3B. Windows color (decimal): -14137796 or 3950120. OLE color: 3950120.

HSL color Cylindrical-coordinate representation of color #28463C: hue angle of 160º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28463C is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB 40 70 60 -
CMYK 0.43 0 0.14 0.73
HSL 160º 0.27% 0.22% -
HSV(B) 160º 0.43% 0.27% -
XYZ 3.88 5.16 5.07 -
YUV 59.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 40 70 60 0.43 0 0.14 0.73 160 0.27 0.22
Hex 28 46 3C 2B 0 E 49 A0 1B 16
Octal 50 106 74 53 0 16 111 240 33 26
Binary 101000 1000110 111100 101011 0 1110 1001001 10100000 11011 10110

Color Harmonies of #28463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28463C

Black with #28463C

Text Example


Text Example

White with #28463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28463C; }

 p { color: rgb(40,70,60); }

 H1.HeaderClassName
 {
   color: #28463C;
 }
 .AnyTagClassName
 {
   color: #28463C;
 }
</style>

background-color css

<style>
 a { background-color: #28463C; }

 a { background-color: rgb(40,70,60); }

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

border-color css

<style>
 span { border-color: #28463C; }

 span { border-color: rgb(40,70,60); }

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