Html Css Color HEX #284448 Green Vogue

📋 copy color: '#284448'

red 40 ◦ green 68 ◦ blue 72

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

Shades of Green Vogue #284448

Tints of Green Vogue #284448

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.78%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 22.22%
G = 37.78%
B = 40%

CMYK

 C value IS 0.44

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#284448 (or 0x284448) is known color: Green Vogue. HEX triplet: 28, 44 and 48. RGB value is (40,68,72). Sum of RGB (Red+Green+Blue) = 40+68+72=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 68 (26.95% from 255 or 37.78% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #284448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284448 is #D7BBB7. Grayscale: #3C3C3C. Windows color (decimal): -14138296 or 4736040. OLE color: 4736040.

HSL color Cylindrical-coordinate representation of color #284448: hue angle of 187.5º 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 #284448 is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 40 68 72 -
CMYK 0.44 0.06 0 0.72
HSL 187.5º 0.29% 0.22% -
HSV(B) 187.5º 0.44% 0.28% -
XYZ 4.11 5.05 6.89 -
YUV 60.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 40 68 72 0.44 0.06 0 0.72 187.5 0.29 0.22
Hex 28 44 48 2C 6 0 48 BC 1D 16
Octal 50 104 110 54 6 0 110 274 35 26
Binary 101000 1000100 1001000 101100 110 0 1001000 10111100 11101 10110

Color Harmonies of #284448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284448

Black with #284448

Text Example


Text Example

White with #284448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284448; }

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

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

background-color css

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

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

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

border-color css

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

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

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