Html Css Color HEX #282C15 Green Waterloo

📋 copy color: '#282C15'

red 40 ◦ green 44 ◦ blue 21

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

Shades of Green Waterloo #282C15

Tints of Green Waterloo #282C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.9%

 BLUE value IS 21 (8.59% from 255) = 20%

R = 38.1%
G = 41.9%
B = 20%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.83

RGB Variations

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

Color information

#282C15 (or 0x282C15) is known color: Green Waterloo. HEX triplet: 28, 2C and 15. RGB value is (40,44,21). Sum of RGB (Red+Green+Blue) = 40+44+21=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 44 - color contains mainly: green. Hex color #282C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282C15 is #D7D3EA. Grayscale: #282828. Windows color (decimal): -14144491 or 1387560. OLE color: 1387560.

HSL color Cylindrical-coordinate representation of color #282C15: hue angle of 70.43º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #282C15 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 44 21 -
CMYK 0.09 0 0.52 0.83
HSL 70.43º 0.35% 0.13% -
HSV(B) 70.43º 0.52% 0.17% -
XYZ 1.91 2.31 1.05 -
YUV 40.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 40 44 21 0.09 0 0.52 0.83 70.43 0.35 0.13
Hex 28 2C 15 9 0 34 53 46 23 D
Octal 50 54 25 11 0 64 123 106 43 15
Binary 101000 101100 10101 1001 0 110100 1010011 1000110 100011 1101

Color Harmonies of #282C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282C15

Black with #282C15

Text Example


Text Example

White with #282C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282C15; }

 p { color: rgb(40,44,21); }

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

background-color css

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

 a { background-color: rgb(40,44,21); }

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

border-color css

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

 span { border-color: rgb(40,44,21); }

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