Html Css Color HEX #28483E Te Papa Green

📋 copy color: '#28483E'

red 40 ◦ green 72 ◦ blue 62

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

Shades of Te Papa Green #28483E

Tints of Te Papa Green #28483E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.63%

R = 22.99%
G = 41.38%
B = 35.63%

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

#28483E (or 0x28483E) is known color: Te Papa Green. HEX triplet: 28, 48 and 3E. RGB value is (40,72,62). Sum of RGB (Red+Green+Blue) = 40+72+62=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #28483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28483E is #D7B7C1. Grayscale: #3D3D3D. Windows color (decimal): -14137282 or 4081704. OLE color: 4081704.

HSL color Cylindrical-coordinate representation of color #28483E: hue angle of 161.25º degrees, saturation: 0.29, 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 #28483E is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 72 62 -
CMYK 0.44 0 0.14 0.72
HSL 161.25º 0.29% 0.22% -
HSV(B) 161.25º 0.44% 0.28% -
XYZ 4.06 5.43 5.39 -
YUV 61.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 40 72 62 0.44 0 0.14 0.72 161.25 0.29 0.22
Hex 28 48 3E 2C 0 E 48 A1 1D 16
Octal 50 110 76 54 0 16 110 241 35 26
Binary 101000 1001000 111110 101100 0 1110 1001000 10100001 11101 10110

Color Harmonies of #28483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28483E

Black with #28483E

Text Example


Text Example

White with #28483E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28483E; }

 p { color: rgb(40,72,62); }

 H1.HeaderClassName
 {
   color: #28483E;
 }
 .AnyTagClassName
 {
   color: #28483E;
 }
</style>

background-color css

<style>
 a { background-color: #28483E; }

 a { background-color: rgb(40,72,62); }

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

border-color css

<style>
 span { border-color: #28483E; }

 span { border-color: rgb(40,72,62); }

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