Html Css Color HEX #303124 Green Waterloo

📋 copy color: '#303124'

red 48 ◦ green 49 ◦ blue 36

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

Shades of Green Waterloo #303124

Tints of Green Waterloo #303124

RGB

 RED value IS 48 (19.14% from 255) = 36.09%

 GREEN value IS 49 (19.53% from 255) = 36.84%

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 36.09%
G = 36.84%
B = 27.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#303124 (or 0x303124) is known color: Green Waterloo. HEX triplet: 30, 31 and 24. RGB value is (48,49,36). Sum of RGB (Red+Green+Blue) = 48+49+36=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 49 - color contains mainly: green. Hex color #303124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303124 is #CFCEDB. Grayscale: #2F2F2F. Windows color (decimal): -13618908 or 2371888. OLE color: 2371888.

HSL color Cylindrical-coordinate representation of color #303124: hue angle of 64.62º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303124 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 49 36 -
CMYK 0.02 0 0.27 0.81
HSL 64.62º 0.15% 0.17% -
HSV(B) 64.62º 0.27% 0.19% -
XYZ 2.64 2.95 2.1 -
YUV 47.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 48 49 36 0.02 0 0.27 0.81 64.62 0.15 0.17
Hex 30 31 24 2 0 1B 51 41 F 11
Octal 60 61 44 2 0 33 121 101 17 21
Binary 110000 110001 100100 10 0 11011 1010001 1000001 1111 10001

Color Harmonies of #303124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303124

Black with #303124

Text Example


Text Example

White with #303124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303124; }

 p { color: rgb(48,49,36); }

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

background-color css

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

 a { background-color: rgb(48,49,36); }

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

border-color css

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

 span { border-color: rgb(48,49,36); }

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